customss
v0.1.0
Published
Design tokens from different projects as CSS variables.
Downloads
2
Readme
customss
Design tokens from different projects as CSS variables.
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npm run build
npm run format
npm run lint
Deployment
npm pack --dry-run
npm version patch
npm version minor
npm version major
- Update the version in the
Licenses
link at the top.
echo "v$(npm pkg get version | tr -d \")" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm login
npm publish
- Check npm.