shithub: hugo

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