mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
chore: use webext-base-css for basic options page styling
This commit is contained in:
parent
ee30bea5e7
commit
f4cd8308d5
@ -24,6 +24,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.8.7",
|
"@babel/runtime": "^7.8.7",
|
||||||
|
"webext-base-css": "^1.0.0",
|
||||||
"webextension-polyfill": "^0.6.0",
|
"webextension-polyfill": "^0.6.0",
|
||||||
"wext-manifest": "^2.1.0"
|
"wext-manifest": "^2.1.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
@import "base/reset";
|
@import "base/reset";
|
||||||
@import "base/variables";
|
@import "base/variables";
|
||||||
|
|
||||||
|
@import "~webext-base-css/webext-base.css";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: $black;
|
color: $black;
|
||||||
background-color: $greyWhite;
|
background-color: $greyWhite;
|
||||||
|
|||||||
@ -6536,6 +6536,11 @@ watchpack@^1.6.0:
|
|||||||
graceful-fs "^4.1.2"
|
graceful-fs "^4.1.2"
|
||||||
neo-async "^2.5.0"
|
neo-async "^2.5.0"
|
||||||
|
|
||||||
|
webext-base-css@^1.0.0:
|
||||||
|
version "1.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/webext-base-css/-/webext-base-css-1.0.0.tgz#c39fb2f8834cc90a63a9eb6cb72dd27d4e140d14"
|
||||||
|
integrity sha512-OBS4y/n2WX1wuGFS20QIc6bfaa7cXa5qRky/Ni/hUrZ3oHa1wuyRTnoxWyN7WtVEN+/6AjOwvfEbIpWt3bVbdg==
|
||||||
|
|
||||||
webextension-polyfill@^0.5.0:
|
webextension-polyfill@^0.5.0:
|
||||||
version "0.5.0"
|
version "0.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.5.0.tgz#795e0bf6a2b8eadcdb6edaecd169e9228c747519"
|
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.5.0.tgz#795e0bf6a2b8eadcdb6edaecd169e9228c747519"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user