aphrodite-jss

v2.1.0
Aphrodite-like API on top of JSS.
jss cssinjs css-in-js aphrodite react

all

npm run lint && npm run build

clean

rm -fr ./lib/*

build

npm run clean && npm run build:lib && npm run build:max && npm run build:min

build:lib

cross-env babel src --out-dir lib

build:max

cross-env NODE_ENV=development webpack src/index.js dist/aphrodite-jss.js

build:min

cross-env NODE_ENV=production webpack src/index.js dist/aphrodite-jss.min.js

lint

eslint ./src ./tests ./benchmark ./*.js

lint:staged

lint-staged

prepublish

npm run all

test

cross-env BABEL_ENV=test jest ./test
npm i aphrodite-jss

Metadata

  • MIT
  • >=4.0.0
  • Oleg Slobodskoi
  • released 7/22/2018

Downloads

Maintainers