v1.0.1
What's Changed
v1.0.0
As the first release was a manual publish, including full set of changes here:
- Add colours: includes variables and utilities to create associated class names.
- Setup Github workflows and checks: Setup stylelint & prettier, Add build and test workflow, Add lint workflow, Create npm-publish.yml
- Add README
- Setup files to be included in package: Add includes files for publish, Include package.json and readme in packaged files
v1.0.01
- Build the entry file in the root of the project: Importing in other projects is inconsistent - and this seems to produce better results.
- Refactor colour variables: Store the values in a scss map and map them to root variables. Also use
@use
instead of@import
to control dependencies. - Install sass-true and Add tests for colour
New Contributors
- @lookupdaily made their first contribution in #1