We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have you had in luck in parsing nested CSS rules? Like the kind that are used in Sass and LESS? Like this:
.my-style { color" #666; .my-inner-style { width: 100px; } }
The text was updated successfully, but these errors were encountered:
Yeah this looks like a recursive call. I hadn't considered it before.
Sorry, something went wrong.
No branches or pull requests
Have you had in luck in parsing nested CSS rules? Like the kind that are used in Sass and LESS? Like this:
The text was updated successfully, but these errors were encountered: