doc/themes/learn4/scss/theme.scss
2020-11-14 16:37:58 +01:00

17 lines
366 B
SCSS

// Core variables and mixins
@import 'theme/variables';
@import 'spectre/variables';
@import 'spectre/mixins';
@import 'theme/mixins';
@import 'theme/offcanvas';
@import 'theme/fonts';
@import 'theme/topbar';
@import 'theme/body';
@import 'theme/typography';
@import 'theme/lifecycle';
@import 'theme/forms';
@import 'theme/animation';
@import 'theme/simplebar';