shithub: hugo

ref: dc3f3df29d2b65532cedc9d321db7c4a38a28d7d
dir: /docs/themes/gohugoioTheme/assets/css/_no-js.css/

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