postcss-important
Version:
PostCSS plugin for annotations based `!important`
28 lines (27 loc) • 550 B
JSON
{
"name": "postcss-important",
"version": "0.3.0",
"description": "PostCSS plugin for annotations based `!important`",
"main": "index.js",
"scripts": {
"test": "tape test"
},
"repository": {
"type": "git",
"url": "git://github.com/morishitter/postcss-important/git"
},
"keywords": [
"css",
"postcss",
"postcss-plugins"
],
"author": "Masaaki Morishita",
"license": "MIT",
"dependencies": {
"css-annotation": "^0.5.0"
},
"devDependencies": {
"postcss": "^5.0.5",
"tape": "^3.0.3"
}
}