chore: use webext-base-css for basic options page styling

This commit is contained in:
abhijithvijayan 2020-03-30 02:10:58 +05:30
parent ee30bea5e7
commit f4cd8308d5
3 changed files with 10 additions and 2 deletions

View File

@ -24,6 +24,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"webext-base-css": "^1.0.0",
"webextension-polyfill": "^0.6.0",
"wext-manifest": "^2.1.0"
},
@ -67,4 +68,4 @@
"write-webpack-plugin": "^1.1.0",
"zip-webpack-plugin": "^3.0.0"
}
}
}

View File

@ -2,7 +2,9 @@
@import "base/reset";
@import "base/variables";
@import "~webext-base-css/webext-base.css";
body {
color: $black;
background-color: $greyWhite;
}
}

View File

@ -6536,6 +6536,11 @@ watchpack@^1.6.0:
graceful-fs "^4.1.2"
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:
version "0.5.0"
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.5.0.tgz#795e0bf6a2b8eadcdb6edaecd169e9228c747519"