Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
188 B
SCSS
Raw Normal View History

@import "_variables";
@import "../colors";
@import "subfolder/other";
body {
border-color: $color1;
fill: $color2;
line-height: $lineheight;
}
footer {
border-color: $footer1;
}