Open mkronenfeld opened 6 years ago
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).
Was this ever done?
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