shithub: hugo

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