_no-js.css (102B)
1 .no-js .needs-js {
2 opacity: 0
3 }
4 .js .needs-js {
5 opacity: 1;
6 transition: opacity .15s ease-in;
7 }
Fork of github.com/gohugoio/hugo with reverse pagination support
git clone git://git.shimmy1996.com/hugo.git
1 .no-js .needs-js {
2 opacity: 0
3 }
4 .js .needs-js {
5 opacity: 1;
6 transition: opacity .15s ease-in;
7 }