stylis

v4.3.1
A Light–weight CSS Preprocessor

lint

eslint ./

spec

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

test

nyc npm run spec

build

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

start

npm run build -- --watch

prepare

npm run build

pretest

npm run lint && npm run build

prebuild

rimraf dist

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'

Metadata

  • MIT
  • Whatever
  • Sultan Tarimo
  • released 12/27/2023

Downloads