@ecosia/css-property-sort-order-smacss
Version:
CSS Property Sort Order based on the SMACSS methodology
35 lines (34 loc) • 860 B
JSON
{
"name": "@ecosia/css-property-sort-order-smacss",
"version": "1.0.0",
"description": "CSS Property Sort Order based on the SMACSS methodology",
"type": "module",
"main": "index.js",
"files": [
"index.js",
"README.md",
"LICENSE.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"smacss",
"property-order",
"sort-order",
"styling",
"lint",
"stylelint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ecosia/css-property-sort-order-smacss.git"
},
"homepage": "https://github.com/ecosia/css-property-sort-order-smacss#readme",
"bugs": {
"url": "https://github.com/ecosia/css-property-sort-order-smacss/issues"
},
"author": "Ecosia GmbH <opensource@ecosia.org>",
"license": "SEE LICENSE IN 'LICENSE.md'"
}