-
Notifications
You must be signed in to change notification settings - Fork 9
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
Inconsistently removed colons (another edge case) #85
Comments
I am working on a PR and I discover that such case is not covered too: border: 1px solid $colors.red (see this example which does not compile without colon.) So I will address this issue at the same time. |
Here is the PR => #86 |
Hi @ThisIsManta, |
^ sorry, I'm quite packed these days. I'll have a look this coming weekends. |
Hello,
I open another issue, related to #79 and the subsequent commit 0734bec. This commit cover properly the case of direct variable access:
However, when performing operations on such retrieved variables using built-in or custom functions (or even CSS functions such as
linear-gradient
), like for instance:stylus-supremacy will again remove the colon
:
causing then failing stylus compilation. Indeed, this stylus example compiles while this one does not.Hence, we should perform a more robust check on whether the colon should be preserved.
I'll try to do to the PR according to your philosophy.
Best regards,
The text was updated successfully, but these errors were encountered: