What's Changed
- Add max-unique-colors rule to enforce color palette limits by @bartveneman in #117
- Add design-tokens preset config for stylelint plugin by @bartveneman in #126
- Add max-unique-font-families rule to stylelint plugin by @bartveneman in #127
- Add max-unique-font-sizes rule to stylelint plugin by @bartveneman in #129
- feat: new rule max-unique-gradients by @bartveneman in #131
- fix: report max-unique errors on declaration level instead of root by @bartveneman in #132
- feat: new rule -> max-unique-box-shadows by @bartveneman in #133
- feat: show which rules a preset uses in readme by @bartveneman in #134
- chore(deps): upgrade all deps by @bartveneman in #135
- Feat: add max unique durations rule by @bartveneman in #136
- feat: add
max-unique-animation-transitionsrule by @bartveneman in #137
Full Changelog: v0.1.14...v0.2.0