10 lines
360 B
SCSS
10 lines
360 B
SCSS
|
|
/*
|
||
|
|
Contains styles that are common to all skins and used across many pages
|
||
|
|
Should only @import other stylesheets
|
||
|
|
*/
|
||
|
|
|
||
|
|
$include-html-classes: true;
|
||
|
|
@import "foundation/foundation";
|
||
|
|
|
||
|
|
@import "skins/skin-colors", "skins/community-menu", "skins/compatibility-styles", "skins/journal-typography", "skins/entry-styles", "skins/reply-form-styles", "skins/icons-page";
|