chore: reorder a bit the stylesheet

This commit is contained in:
Kazhnuz Klappsthul 2021-07-30 10:24:45 +02:00
parent 10d6949e37
commit 9252dc0f1d
1 changed files with 6 additions and 6 deletions

View File

@ -13,16 +13,16 @@
This theme is licensed under the GPLv3. This theme is licensed under the GPLv3.
*/ */
@import 'normalize';
@import 'core';
@import 'angled-edges';
@import 'definitions'; @import 'definitions';
@import 'mixins'; @import 'mixins';
@import 'angled-edges';
@import 'normalize';
@import 'core';
@import 'typography'; @import 'typography';
@import 'global'; @import 'global';