chore: move color .scss files to XDG_STATE_HOME

This commit is contained in:
Cu3PO42
2024-04-03 21:55:46 +02:00
parent 1f39a59f48
commit 234fc4b847
8 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
*:not(popover) { all: unset; }
// Colors
@import './material'; // Material colors
@import 'material'; // Material colors
@import './colors'; // Global color definitions. Uses material colors as base.
@import './lib_mixins';
@import './lib_classes';