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