@sass-fairy/color
Version:
Provides extended functionality for generating new colors from existing colors and building color themes in Sass
30 lines (18 loc) • 576 B
Markdown
# Changelog
<!-- The order of list items should be: Critical/Fixes, New, Update, Remove, Underpinnings -->
<!-- ## UNRELEASED -->
## 1.2.1
* fix: migrate deprecated Sass `if()` to modern CSS syntax
## 1.2.0
* ⚠ BREAKING: requires Sass >=1.79.0
* Update `a11y` to use `color.channel`
* Update `is-dark` to use `color.channel`
* Update `luminance` to use `color.channel`
## 1.0.2
* Update deprecated example in README
* Restructure and improve development underpinnings
## 1.0.1
* Fix grammar in package description
* Add logo to README
## 1.0.0
* Initial release!