net/_sass/_base.scss

20 lines
369 B
SCSS
Raw Normal View History

2013-11-08 12:47:13 -05:00
@import "susy";
@font-face {
font-family: Typewriter;
src: url(Typewriter.otf) format("opentype");
}
$serif: 'PT Serif', 'Georgia', serif;
$typewriter: Typewriter,"Georgia","Times",serif;
2013-11-10 12:47:03 -05:00
$total-columns : 4;
$column-width : 4em;
2013-11-08 12:47:13 -05:00
$gutter-width : 1em;
$grid-padding : $gutter-width;
$container-style: magic;
$show-grid-backgrounds : true;
2013-11-10 12:47:03 -05:00
$break: 8;