-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
refactor(treewide): cleanup and use rgbify mixin #1511
Conversation
66728d6
to
ffb44f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proton and Snapchat Web are the only two that actually need to be tested, the rest are negligible changes. For these two though the format goes from space separated values to comma separated values, which can break things iirc depending on how the website uses the variable.
Sorry for the pings! Not much to look at here, couldn't figure out how to disable them 😓 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - ollama
Adds a new
hslify
mixin to match the functionality of thergbify
mixin (extract color values) - not used yet but I did needeto use it for #1510. Also simplifies the existingrgbify
mixin and inserts it in places where we should be using it (technically might not be the exact same since the comma vs space separated rgb syntax is weird, will have to check).