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
This is particularly problematic when combined with other PostCSS plugins that add custom at-rules, which may involve the text rtl at various points. As a workaround, I can set "processUrls": {"atrule": false}, but that means that an actual url() expression in an at-rule doesn't get converted.
The text was updated successfully, but these errors were encountered:
Currently, if
"processUrls"
is set totrue
, the string map will apply to any parenthesized expression in an at-rule. For example:This is particularly problematic when combined with other PostCSS plugins that add custom at-rules, which may involve the text
rtl
at various points. As a workaround, I can set"processUrls": {"atrule": false}
, but that means that an actualurl()
expression in an at-rule doesn't get converted.The text was updated successfully, but these errors were encountered: