-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature request: parse sass functions for colors #75
Comments
I've planned to support sass, less, stylus... function. But it will be later for now I'm focused on variables support |
thanks |
Yes |
Okay. Any idea when this might be implemented? I'd really love it as a feature. |
Not really, I'm still working on variables support I've still some things to do 😞. |
Is there any news on this? It's the one thing I really miss from Atom's Pigments extension… |
Any update on this ? |
Hi, I have activated the experimental feature 'activate_variables_support_beta'
So far it works as expected. I use quite a lot the sass function for generating new colors like darken, lighten, saturate, desaturate , adjust-hue, tint, shade and of course rgba in form rgba($base-color, 0.7).
Would it be possible to actually display the generated colors? The integrated color previewer in VS code doesn't understand the variable value and show black. obviously there is a syntax difference from sass rgba and css rgba, would it be possible to change the behavior according to the syntax?
The text was updated successfully, but these errors were encountered: