19 lines
618 B
SCSS
19 lines
618 B
SCSS
// @import "0_0_global_reset.scss"; <= not concatenated for the moment. Well coded themes should have their own reset.
|
|
// But could be used in the future if an option to dequeue the theme stylesheet is added
|
|
// see https://github.com/presscustomizr/nimble-builder/issues/702
|
|
@import "1_1_functions";
|
|
@import "1_2_variables";
|
|
@import "1_3_mixins";
|
|
@import "1_4_reboot";
|
|
@import "1_5_base";
|
|
@import "1_6_typography";
|
|
@import "1_7_grid";
|
|
@import "1_8_transitions";
|
|
@import "1_9_utilities";
|
|
@import "2_1_formatting";
|
|
@import "2_2_buttons";
|
|
@import "2_3_wpspecifics";
|
|
|
|
@import "3_1_modules";
|
|
|
|
@import "3_3_modules_commons"; |