30 lines
611 B
SCSS
30 lines
611 B
SCSS
// Core variables and mixins
|
|
// @import 'spectre/variables';
|
|
// @import 'spectre/mixins';
|
|
//
|
|
// @import 'theme/variables';
|
|
// @import 'theme/mixins';
|
|
// @import 'theme/framework';
|
|
// @import 'theme/typography';
|
|
// @import 'theme/forms';
|
|
// @import 'theme/mobile';
|
|
// @import 'theme/animation';
|
|
//
|
|
//
|
|
|
|
@import 'theme/reset';
|
|
@import 'config/mixins/fonts';
|
|
@import 'theme/fonts';
|
|
|
|
@import 'theme/header';
|
|
@import 'theme/nav';
|
|
@import 'theme/section';
|
|
@import 'theme/footer';
|
|
|
|
// @import 'theme/footer';
|
|
// @import 'theme/menu';
|
|
//
|
|
// // Extra Skeleton Styling
|
|
// @import 'theme/blog';
|
|
// @import 'theme/onepage';
|