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
If you want to write a linter ElementSelector which forbids any references to elements, this would be pretty easy. See IdSelector as an example. Would essentially need to rename visit_id to visit_element.
Happy to accept a pull request (but this linter should be disabled by default).
Hey there,
is there an option to avoid using html elements as selectors?
We are using the hyphenated_BEM convention and facing the following problem very often:
However it is totally okay for us to style on elements f.e. in a reset file:
Do you have any solution for this? Perhaps I have overlooked something.
Best regards
Marvin
The text was updated successfully, but these errors were encountered: