Add SASS variables for colors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import variables
|
||||
|
||||
.documentation
|
||||
margin: 0 auto
|
||||
padding: 20px
|
||||
@@ -5,7 +7,7 @@
|
||||
background: #fefefe
|
||||
border: 1px solid #ccc
|
||||
border-radius: 5px
|
||||
color: #555
|
||||
color: color('medium')
|
||||
img
|
||||
border: 1px solid #333
|
||||
h1
|
||||
|
||||
Reference in New Issue
Block a user