forked from rtfeldman/elm-css
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
CSS featureThis is about a function or value that generates CSS stuff. (eg. properties, values, @-rules)This is about a function or value that generates CSS stuff. (eg. properties, values, @-rules)new feature
Description
I'd like to add support for wide colour gamut colour notation at some point, it's pretty widely supported now:
Information
- https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color
- https://css-tricks.com/new-css-color-features-preview/
Some important things to pay attention to
- There are already some color gamut keywords (
rec2020,p3,srgb) inCss.Media, so you might want to work out some sort of merge.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CSS featureThis is about a function or value that generates CSS stuff. (eg. properties, values, @-rules)This is about a function or value that generates CSS stuff. (eg. properties, values, @-rules)new feature