[add] StyleSheet API

Initial StyleSheet implementation for Web. Converts style object
declarations to "atomic" CSS rules.

Close gh-25
This commit is contained in:
Nicolas Gallagher
2015-10-17 17:40:54 -07:00
parent b59bdb17b2
commit cd89f88d96
36 changed files with 809 additions and 1048 deletions

View File

@@ -68,7 +68,7 @@ not want to merge into the project.
Development commands:
* `npm run build` build the library
* `npm run dev` start the dev server and develop against live examples
* `npm run examples` start the dev server and develop against live examples
* `npm run lint` run the linter
* `npm run test` run the linter and unit tests