shithub: hugo

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