@learnersguild/jsxstyle

v0.0.0
`jsxstyle` is intended to be the best way to style React components. It has the goals of having a best-in-class developer experience without sacrificing performance, and has little regard for existing CSS orthodoxy :)

test

jasmine-node tests/

lint

eslint lib/

example

cd example; webpack

babel

babel ./src --out-dir ./lib

watch

babel --watch ./src --out-dir ./lib

prepublish

npm run babel
npm i @learnersguild/jsxstyle

Metadata

Downloads