Removed css declarations out of main.scss, so main is only a collector

Fonts, variables and mixins are now all in their own stylesheets
This commit is contained in:
Koen Punt 2012-11-23 17:26:26 +01:00
parent eb1004f789
commit 755e4a4700
4 changed files with 104 additions and 92 deletions

View file

@ -0,0 +1,6 @@
/** Colors **/
$link_color: #3A89A3;
$blue_link: #2FA0BB;
$style_color: #474D57;
$hover: #D9EDF7;
$hover_border: #ADF;