UNPKG

unistyle-flat

Version:

Unnest/flatten a Unistyle Object to a structure which resembles real CSS

36 lines (35 loc) 726 B
{ "name": "unistyle-flat", "version": "1.1.1", "description": "Unnest/flatten a Unistyle Object to a structure which resembles real CSS", "main": "src/index.js", "scripts": { "lint": "xo", "pretest": "npm run -s lint", "test": "ava" }, "keywords": [ "nested", "unnest", "css", "flat", "flatten", "object" ], "author": { "name": "Joakim Carlstein", "email": "joakim@klei.se", "url": "http://joakim.beng.se/" }, "license": "MIT", "devDependencies": { "ava": "^0.2.0", "xo": "^0.9.0" }, "repository": "joakimbeng/unistyle-flat", "dependencies": { "arrify": "^1.0.0", "object-assign": "^4.0.1", "split-css-selector": "^1.0.0" } }