shithub: hugo

ref: 2fb9af59c14b1732ba1a2f21794e2cf8dfca0604
dir: /docs/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;
}