mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
10 lines
173 B
SCSS
10 lines
173 B
SCSS
@import "base/fonts";
|
|
@import "base/reset";
|
|
@import "base/variables";
|
|
|
|
@import "~webext-base-css/webext-base.css";
|
|
|
|
body {
|
|
color: $black;
|
|
background-color: $greyWhite;
|
|
} |