shithub: hugo

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