This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Hex color problem #39
Labels
Comments
@satowine1 Just use HSLA or RGBA. HEX with alpha channel is so wrong :) |
@madebym I know :) I already use rgba notation, but because i can write color with HEX notation, and i can compile them with another sass compiler, this is a problem that should be fixed imho :) |
Sorry for the late. This is a library issue. I've nothing to do. I'm now upgrading the extension. Will fix it after next update. |
This issue has been fixed from v3.0.0. Please let know if it's still not working. |
This problem is not totally fixed when using custom css property. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If i using this class:
with a color written in hex (recognized by VSCode), compiler send me this error:
If i try to compile same file with another compiler like Koala, the hex color is processed without error.
I think there ia a pbolem with node-sass that not parsing well hex color too long.
It's possible to fix it?
The text was updated successfully, but these errors were encountered: