Use Sass custom mixins for grid

This commit is contained in:
Frederic Guillot
2016-08-07 22:52:29 -04:00
parent 41f93e0957
commit fd0bea2187
9 changed files with 81 additions and 39 deletions

View File

@@ -1,3 +1,7 @@
$xs-device-width: 480px
$sm-device-width: 768px
$md-device-width: 1150px
$colors: ('primary': #333, 'light': #999, 'dark': #000, 'medium': #555, 'error': #b94a48)
$link-colors: ('primary': #3366CC, 'focus': #DF5353, 'hover': #333)
$background-colors: ('primary': #fbfbfb, 'light': #fcfcfc)