shithub: hugo

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