Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove css custom properties for absolute colors
To use absolute colors, it's best to rely on stylus/settings/palette.json. Most of the time though, you'll want to use css custom properties for theme (var(--primaryColor), var(--secondaryColor) for example). BREAKING CHANGE: Some CSS custom variables for colors have been removed, you are encouraged to import directly the colors from cozy-ui/stylus/settings/palette if necessary. Here is the list of colors that have been removed: --hawkesBlue #EEF5FE --frenchPass #C2DCFF --azure #1FA8F1 --puertoRico #0DCBCF --grannyApple #DEF7E7 --seafoamGreen #3DA67E --brightSun #FFC644 --texasRose #FFAE5F --pumpkinOrange #FF7F1B --blazeOrange #FC6D00 --melon #FD7461 --lavender #C2ADF4 --darkPeriwinkle #6984CE --purpley #7F6BEE --portage #9169F2 --lightishPurple #B449E7 --barney #922BC2
- Loading branch information