This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
Releases: brattonross/windy-radix-palette
Releases · brattonross/windy-radix-palette
v0.2.0
Breaking Changes
- This package now exports a Tailwind plugin instead of a preset
@radix-ui/colors
andtailwindcss
are now peer dependencies- You no longer need to write any CSS to use this package
v0.1.2
Fixes an issue where base.css
could be generated with colors out of order, resulting in some dark mode colors not working correctly.
v0.1.1
Quick fix to remove @radix-ui/colors
as a dependency, as we generate our own versions of the Radix CSS files.
v0.1.0
Breaking change that aims to improve dark mode support.
- Dark colors e.g.
text-tomatoDark-11
no longer exist, and instead will automatically be applied when an element with thedark
class appears in the containing tree - This package now also contains CSS (the Radix CSS variable declarations), which must be imported into your Tailwind input CSS file
v0.0.1
Initial release