shithub: hugo

ref: 8b73644d81a81e82851b7f7c90aa8ab5524fbe93
dir: /themes/gohugoioTheme/assets/css/_no-js.css/

View raw version
.no-js .needs-js {
  opacity: 0
}
.js .needs-js {
  opacity: 1;
  transition: opacity .15s ease-in;
}