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/stylo
Then 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