UNPKG

stylelint-sustainable-css

Version:

Sustainable CSS is a Stylelint plugin dedicated to following sustainable web design principles.

25 lines (24 loc) 604 B
{ "name": "stylelint-sustainable-css", "version": "1.0.6", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "stylelint", "plugin", "css", "sustainable" ], "repository": { "type": "git", "url": "https://github.com/overbrowsing/stylelint-sustainable-css.git" }, "author": "Headless Horse and printer_scanner", "license": "MIT", "description": "Sustainable CSS is a Stylelint plugin dedicated to following sustainable web design principles.", "dependencies": { "stylelint": "^16.6.1" } }