shithub: hugo

ref: a3535c8486b2ce762b1a8a9c30b03985c3e02cee
dir: /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;
}