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
It's not just on content, setting trailing whitespace to 'never' also gives warnings on @import declarations: @import '_base' -> Error: trailing whitespace @import'_base' -> (without a space between) no error
This issue exists since upgrading to 1.3.2, it was working until then.
If you have in config
"trailingWhitespace": "never"
and in rulecontent: 'foo'
you'll gettrailing whitespace
. Butcontent:'foo'
will be ok.The text was updated successfully, but these errors were encountered: