fluent-style-sheets
Version:
Define your CSS in JavaScript with a fluent API.
30 lines (29 loc) • 570 B
JSON
{
"name": "fluent-style-sheets",
"version": "2.0.1",
"description": "Define your CSS in JavaScript with a fluent API.",
"keywords": [
"css",
"js",
"javascript",
"style sheet",
"edsl",
"fluent"
],
"main": "index.js",
"author": {
"name": "Dudás Ádám",
"email": "sir.dudas.adam@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/siliconbrain/fluent-style-sheets.git"
},
"license": "MIT",
"scripts": {
"test": "mocha test.js"
},
"devDependencies": {
"mocha": "^5.0.5"
}
}