mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 16:34:45 +00:00
17 lines
369 B
SCSS
17 lines
369 B
SCSS
// keyrune.scss
|
|
|
|
// Config ======================================
|
|
//
|
|
@import 'variables';
|
|
//@import 'settings'; // used for other users to overwrite default styles.
|
|
|
|
// Components ==================================
|
|
//
|
|
@import 'typography';
|
|
@import 'setsymbol';
|
|
@import 'rarities';
|
|
|
|
// Helpers =====================================
|
|
//
|
|
@import 'helpers';
|