-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement color spaces #1805
Comments
This is still missing some planned deprecations and doubtlessly has bugs in the new features, but it's enough to provide a baseline to begin iterating on in smaller chunks. See #1805 See sass/sass#2831
This is still missing some planned deprecations and doubtlessly has bugs in the new features, but it's enough to provide a baseline to begin iterating on in smaller chunks. See #1805 See sass/sass#2831
@nex3 what is the state of this implementation ? Color Level 4 is now coming to all browsers (shipped in Safari and Chrome; available behind a flag in Firefox which is enabled by default in Firefox Nightly so likely to ship in a few weeks) so it would be great to have access to them in Sass. |
@mirisuzanne and I are still hammering out the details. A draft implementation is available on the The other big blocker here is getting tests written/updated for every corner of the (very large) proposal. Although the implementation is likely mostly correct, I'm sure I got some corners wrong in ways we won't know until we test it. |
@nex3 the implementation should be marked as done |
See sass/sass#2831
The text was updated successfully, but these errors were encountered: