stylis

v4.3.4
A Light–weight CSS Preprocessor

lint

eslint ./

pretest

npm run lint && npm run build

test

nyc npm run spec

spec

mocha --harmony --require esm script/setup.js --recursive test

prebuild

rimraf dist

build

rollup --config script/build.js --configSrc ./

start

npm run build -- --watch

prepare

npm run build

postversion

git push --follow-tags && npm publish

release-major

npm version major -m '%s'

release-minor

npm version minor -m '%s'

release-patch

npm version patch -m '%s'
npm i stylis

Metadata

  • MIT
  • Whatever
  • Sultan Tarimo
  • released 8/22/2024

Downloads