Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks if unknown element used in selector #75

Open
natevw opened this issue Aug 18, 2015 · 0 comments
Open

Breaks if unknown element used in selector #75

natevw opened this issue Aug 18, 2015 · 0 comments

Comments

@natevw
Copy link

natevw commented Aug 18, 2015

For example, when trying to target a particular SVG group via g.myclass my LESS no longer compiles properly. Similarly if you have a rule span { any: garbage; } it works fine, but if you try spandex { opacity: 1; } it breaks the file.

I noticed that the g element is not defined in

svg = [
— perhaps you are only detecting a hardcoded list of element names for some reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant