1
0
Fork 0

Better structured Sass-files

This commit is contained in:
Moritz »mo.« Sauer 2015-03-30 15:00:26 +02:00
commit a7c0296c28
5 changed files with 125 additions and 60 deletions

View file

@ -1,10 +1,14 @@
//
// Typography variables
//
// Modular Scale  http://modularscale.com/scale/?px1=16&px2=36&ra1=1.25&ra2=0
//
// Allows the use of rem-calc() or lower-bound() in your settings
@import "functions";
/* TOC  Typography variables
Modular Scale  http://modularscale.com/scale/?px1=16&px2=36&ra1=1.25&ra2=0
- Fonts
- Font Weight
- Font Size Variables
*/
@import "functions"; // Allows the use of rem-calc() or lower-bound() in your settings