panache-react
v0.3.0
Published
CSS in JS as styled components with Style Objects
Maintainers
Readme
panache-react
Styled components using Styled Objects for React, read the docs here: Panache Docs
Development
This package depends on the core package, so build that first:
cd packages/core
yarn install
yarn run buildThe react package can then be built:
cd packages/react
yarn install
yarn run build
# Or to watch files:
yarn run devAlternatively you can build all packages at once with lerna, from the root of the repo:
lerna run build