mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
17 lines
366 B
SCSS
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';
|
|
|
|
|