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
When linting, I get a Invalid component selector ".block__element--modifier font:" error. I'm using the bem preset
Since namespaces could be anything (font:, background:, text:, etc); I tried adding an ignoreSelectors rule to target these. I couldn't find an expression which worked.
Is there something which already resolves this issue (not sure if I've missed something)?
The text was updated successfully, but these errors were encountered:
In our
scss
we group some of our attributes in their namespace.When linting, I get a
Invalid component selector ".block__element--modifier font:"
error. I'm using thebem
presetSince namespaces could be anything (
font:
,background:
,text:
, etc); I tried adding anignoreSelectors
rule to target these. I couldn't find an expression which worked.Is there something which already resolves this issue (not sure if I've missed something)?
The text was updated successfully, but these errors were encountered: