shithub: hugo

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