mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
fix(#24): use webext-base-css basing styling for options page
This commit is contained in:
parent
e3952f7882
commit
aec7685fe2
@ -7,7 +7,7 @@
|
|||||||
"author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>",
|
"author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10 <=12",
|
"node": ">=10.0.0",
|
||||||
"yarn": ">= 1.0.0"
|
"yarn": ">= 1.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -25,6 +25,7 @@
|
|||||||
"@babel/runtime": "^7.9.2",
|
"@babel/runtime": "^7.9.2",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
|
"webext-base-css": "^1.0.0",
|
||||||
"webextension-polyfill-ts": "^0.14.0"
|
"webextension-polyfill-ts": "^0.14.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -75,4 +76,4 @@
|
|||||||
"write-webpack-plugin": "^1.1.0",
|
"write-webpack-plugin": "^1.1.0",
|
||||||
"zip-webpack-plugin": "^3.0.0"
|
"zip-webpack-plugin": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,9 @@
|
|||||||
@import "../styles/reset";
|
@import "../styles/reset";
|
||||||
@import "../styles/variables";
|
@import "../styles/variables";
|
||||||
|
|
||||||
|
@import "~webext-base-css/webext-base.css";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: $black;
|
color: $black;
|
||||||
background-color: $greyWhite;
|
background-color: $greyWhite;
|
||||||
}
|
}
|
||||||
@ -7035,6 +7035,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-ts@^0.14.0:
|
webextension-polyfill-ts@^0.14.0:
|
||||||
version "0.14.0"
|
version "0.14.0"
|
||||||
resolved "https://registry.yarnpkg.com/webextension-polyfill-ts/-/webextension-polyfill-ts-0.14.0.tgz#37c56852613f9b9fa4992ba673b615d8fcaf1e24"
|
resolved "https://registry.yarnpkg.com/webextension-polyfill-ts/-/webextension-polyfill-ts-0.14.0.tgz#37c56852613f9b9fa4992ba673b615d8fcaf1e24"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user