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

View File

@@ -0,0 +1,21 @@
.project-overview-columns
+display-flex
+flex-direction(row)
+flex-wrap
+align-content(center)
margin-bottom: 20px
font-size: 1.4em
.project-overview-column
text-align: center
margin-right: 3%
padding: 3px 15px 3px 15px
border: 1px dashed #ddd
border-radius: 8px
strong
font-size: 1.3em
color: #444
span
font-size: 0.8em
color: #777