shithub: hugo

ref: ba45da9d03056447e4873de13d4e0f8d658a769b
dir: /themes/gohugoioTheme/src/css/_no-js.css/

View raw version
.no-js .needs-js {
  opacity: 0
}
.js .needs-js {
  opacity: 1;
  transition: opacity .15s ease-in;
}