doc/themes/learn4/scss/theme.scss

18 lines
366 B
SCSS
Raw Normal View History

2020-11-14 11:24:49 +01:00
// 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';