1.11.0 • Published 6 years ago
@chatterbug/stylo v1.11.0
Stylo
Using Stylo in your Project
https://www.youtube.com/watch?v=nhPaWIeULKk
Common styles that can be shared between the chatterbugapp and the marketing pages.
npm install --save @chatterbug/styloThen import the index.scss file with your thing:
@import "~@chatterbug/stylo/index";Updating Stylo
If you want to add a flag, remember to update the flags.css file.
To publish an update to Stylo, update the version in the package.json file and tag the release. Then run:
npm publish