You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a property lookup to style a text-shadow. Formatting the file removes the parentheses and adds a whitespace.
Thus the stylus compiler interprets the line as expression and subtracts both values, resulting in an invalid CSS property.
Expected Result
The parentheses do not get removed as this changes the outcome.
The expression should result in -4rem.
Issue
I am using a property lookup to style a text-shadow. Formatting the file removes the parentheses and adds a whitespace.
Thus the stylus compiler interprets the line as expression and subtracts both values, resulting in an invalid CSS property.
Expected Result
The parentheses do not get removed as this changes the outcome.
The expression should result in
-4rem
.VSCode Extension Configuration
Example
becomes
Compiled CSS Ouput
Expected
Actual
The text was updated successfully, but these errors were encountered: