23 lines
336 B
SCSS
23 lines
336 B
SCSS
@charset "UTF-8";
|
|
|
|
// SASS framework
|
|
// http://compass-style.org/
|
|
@import "compass";
|
|
|
|
// all vendor styles
|
|
@import "Vendor/all";
|
|
|
|
// custom mixins
|
|
@import "Mixins/all";
|
|
|
|
// configuration
|
|
@import "Config/all";
|
|
|
|
// general styles
|
|
@import "Base/all";
|
|
|
|
// this is the main layout
|
|
@import "Interface/all";
|
|
|
|
// modules
|
|
@import "Modules/all"; |