mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 15:41:03 +00:00
7 lines
158 B
SCSS
7 lines
158 B
SCSS
|
@charset "UTF-8";
|
||
|
@import 'base_config';
|
||
|
@import '../custom_config';
|
||
|
@import '../custom_color', '../custom_layout';
|
||
|
|
||
|
|
||
|
.link-button { color: $link-text-color }
|