shithub: hugo

ref: 807c551922707fc5ae0eb26e8f01638c0c63fdb3
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;
}