|
@@ -49,17 +49,3 @@ Here's a great tutorial on how to
|
|
|
use color variables properly:
|
|
use color variables properly:
|
|
|
http://sachagreif.com/sass-color-variables/
|
|
http://sachagreif.com/sass-color-variables/
|
|
|
*/
|
|
*/
|
|
|
-
|
|
|
|
|
-/*********************
|
|
|
|
|
-TYPOGRAPHY
|
|
|
|
|
-*********************/
|
|
|
|
|
-
|
|
|
|
|
-// font stacks
|
|
|
|
|
-$sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
-$serif: "Georgia", Cambria, Times New Roman, Times, serif;
|
|
|
|
|
-
|
|
|
|
|
-/*
|
|
|
|
|
- i imported this one in the functions file so bones would look sweet.
|
|
|
|
|
- don't forget to remove it for your site.
|
|
|
|
|
-*/
|
|
|
|
|
-$lato: 'Lato', $sans-serif;
|
|
|