stylelint-sustainable-css
Version:
Sustainable CSS is a Stylelint plugin dedicated to following sustainable web design principles.
20 lines (19 loc) • 386 B
JSON
{
"name": "example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint '**/*.css' --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"stylelint": "^16.6.1"
},
"devDependencies": {
"stylelint-sustainable-css": "file:.."
}
}