csstyle
Version:
clean, simple styling for styling the web.
40 lines (39 loc) • 821 B
JSON
{
"name": "csstyle",
"version": "2.0.2",
"description": "clean, simple styling for styling the web.",
"scripts": {
"test": "mocha --recursive './tests/*.test.js'"
},
"repository": {
"type": "git",
"url": "git://github.com/csstyle-org/csstyle.git"
},
"keywords": [
"css",
"web",
"sass",
"scss",
"method",
"mixins",
"modular",
"styling",
"approach",
"components",
"abstraction"
],
"author": "Frankie Wittevrongel <frankie@cupoftea.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/csstyle-org/csstyle/issues"
},
"homepage": "https://csstyle.io",
"devDependencies": {
"expect.js": "^0.3.1",
"fibers": "^3.1.1",
"mkdirp": "^0.5.1",
"mocha": "^6.0.0",
"sass": "^1.17.1",
"specificity": "^0.4.1"
}
}