Better structured Sass-files
This commit is contained in:
parent
ebdc6f8c65
commit
a7c0296c28
5 changed files with 125 additions and 60 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue