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
The plugin currently doesn't work if css class names use special characters (e.g. .foo\:bar or .foo\/bar). There are a couple of different places where this becomes a problem.
Class names with special chars don't appear in the auto-completion dropdown
When a class with a special char is used inside a class="foo:bar", triggering the auto-completion after will no longer display the correct classes in the dropdown.
While unusual, the special characters are supported/valid in CSS so it would be great to also add support here.
The text was updated successfully, but these errors were encountered:
I also have this issue, dashes work okay .block--mod, but underscores don't .block__elem. This is particularly a problem when you use BEM naming convention.
Whoops, I guess the issue I created is a duplicate of this one. I did include a few details to hopefully help the author or someone else develop a fix for this. I linked to another extension that does support special chars, but isn't overall as good as this extension.
The plugin currently doesn't work if css class names use special characters (e.g.
.foo\:bar
or.foo\/bar
). There are a couple of different places where this becomes a problem.class="foo:bar"
, triggering the auto-completion after will no longer display the correct classes in the dropdown.While unusual, the special characters are supported/valid in CSS so it would be great to also add support here.
The text was updated successfully, but these errors were encountered: