mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-01-14 07:08:03 -05:00
18 lines
281 B
SCSS
18 lines
281 B
SCSS
|
@import "compass";
|
||
|
@import "compass/layout";
|
||
|
|
||
|
@include global-reset;
|
||
|
|
||
|
@include reset-html5;
|
||
|
|
||
|
/* SASS mixins */
|
||
|
//@import "library/typography";
|
||
|
|
||
|
/* primary SASS */
|
||
|
//@import "theme";
|
||
|
//@import "typography";
|
||
|
@import "themes/classic/style";
|
||
|
|
||
|
/* specific SASS */
|
||
|
//@import "partials";
|