mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
14 lines
188 B
SCSS
14 lines
188 B
SCSS
|
@import "_variables";
|
||
|
@import "../colors";
|
||
|
@import "subfolder/other";
|
||
|
|
||
|
body {
|
||
|
border-color: $color1;
|
||
|
fill: $color2;
|
||
|
line-height: $lineheight;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
border-color: $footer1;
|
||
|
}
|