postcss-advanced-variables
postcss-advanced-variables copied to clipboard
Wrong comparison with parenthesis in @if
Example here: https://runkit.com/sigorilla/wrong-if
I couldn't see any reference to parens (e.g. (
, )
) being supported in the docs or in any unit tests. Parens might be useful to group together logic if in future we had logical operators (and
, or
).
Right now parenthesis seem to not be supported.