UNPKG

cssimportant-loader

Version:

Webpack Css Loader to add !important to all styles

32 lines (31 loc) 699 B
{ "name": "cssimportant-loader", "version": "0.4.0", "description": "Webpack Css Loader to add !important to all styles", "main": "index.js", "scripts": { "test": "mocha ./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", "should": "^11.1.2" }, "dependencies": { "css": "^2.2.1" } }