postcss-remove-all-at-rules
Version:
PostCSS plugin to remove all of the at-rules
33 lines (32 loc) • 656 B
JSON
{
"name": "postcss-remove-all-at-rules",
"version": "0.4.2",
"description": "PostCSS plugin to remove all of the at-rules",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"at-rule"
],
"author": "Andrey Subbotin <andrey@subbotin.me>",
"license": "MIT",
"repository": "songsterr/postcss-remove-all-at-rules",
"dependencies": {
"postcss": "8.4.20"
},
"devDependencies": {
"jest": "29.3.1",
"standard": "16.0.3"
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"jest": {
"testEnvironment": "node"
},
"scripts": {
"lint": "standard --fix",
"test": "jest && npm run lint"
}
}