This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/fixtures/plugins/scss_plugin/assets/stylesheets/common/common.scss
2021-03-12 11:17:42 -05:00

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;
}