Convert vanilla CSS to SASS

This commit is contained in:
Frederic Guillot
2016-08-06 22:19:36 -04:00
parent 411a66c8cb
commit 1dc947eac4
90 changed files with 1648 additions and 2364 deletions

12
assets/sass/_logo.sass Normal file
View File

@@ -0,0 +1,12 @@
.logo
a
opacity: 0.5
color: #d40000
span
color: #333
a
&:hover
opacity: 0.8
color: #333
&:focus span, &:hover span
color: #d40000