shithub: hugo

ref: f34e6172cf2a4d1d1aef22304ecbc7c8e2d142ff
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;
}