curls

v3.0.45
An unopinionated, [lightweight](https://bundlephobia.com/result?p=curls), and modular CSS-in-JS component framework for React backed by [Emotion](https://github.com/emotion-js/emotion).

build

npm run build:es && npm run build:cjs

build:es

rm -rf dist/es && cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir dist/es && npm run prettier:es

build:cjs

rm -rf dist/cjs && cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir dist/cjs && npm run prettier:cjs

watch

cross-env NODE_ENV=production BABEL_ENV=es babel ./src -w --out-dir dist/es

prettier:es

prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write --tab-width 2 "dist/es/**/*.js"

prettier:cjs

prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma es5 --write --tab-width 2 "dist/cjs/**/*.js"

publish:dev

yarn publish --tag dev

publish:next

yarn publish --tag next

prepublishOnly

yarn build

Metadata

  • MIT
  • Whatever
  • Jared Lunde
  • released 5/20/2019

Downloads

Maintainers