mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02: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;
|
|
} |