Add SASS variables for colors

This commit is contained in:
Frederic Guillot
2016-08-07 18:08:28 -04:00
parent 508a5eaf85
commit 41f93e0957
50 changed files with 329 additions and 220 deletions

View File

@@ -1,10 +1,12 @@
@import variables
a
color: $link-color
color: link-color('primary')
border: none
&:focus
outline: 0
color: $link-color-focus
color: link-color('focus')
text-decoration: none
&:hover
color: $link-color-hover
color: link-color('hover')
text-decoration: none