1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-02 16:23:19 +02:00
Lexiconga/src/main.scss

21 lines
No EOL
548 B
SCSS

@import 'scss/variables';
@import '../node_modules/normalize.css/normalize.css';
@import 'scss/containers';
@import 'scss/structure';
@import 'scss/elements';
@import 'scss/mobile/containers';
@import 'scss/mobile/structure';
@import 'scss/mobile/elements';
@import 'scss/themes/default';
@import 'scss/themes/dark';
@import 'scss/themes/light';
@import 'scss/themes/blue';
@import 'scss/themes/green';
@import 'scss/themes/royal';
@import 'scss/themes/yellow';
@import 'scss/themes/red';
@import 'scss/themes/mint';
@import 'scss/themes/grape';