@tablelist/css-important-loader
Version:
Webpack Css Loader to add !important to all styles
28 lines (27 loc) • 637 B
JSON
{
"name": "@tablelist/css-important-loader",
"version": "0.0.1",
"description": "Webpack Css Loader to add !important to all styles",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/officert/css-important-loader.git"
},
"keywords": [
"Webpack",
"Css",
"!imporant"
],
"author": "Tim Officer",
"license": "MIT",
"bugs": {
"url": "https://github.com/officert/css-important-loader/issues"
},
"homepage": "https://github.com/officert/css-important-loader#readme",
"devDependencies": {
"mocha": "^3.2.0"
}
}