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
The following code loops forever in the latest version:
package css import ( "testing" "github.com/aymerick/douceur/parser" ) func TestInfiniteLoop(t *testing.T) { parser.Parse(` @media ( __desktop ) { background-color: red; } `) }
The text was updated successfully, but these errors were encountered:
@DanielHeath You may want to check out https://github.com/chris-ramon/douceur
Sorry, something went wrong.
@ernsheong seems like his repo has the same issue
No branches or pull requests
The following code loops forever in the latest version:
The text was updated successfully, but these errors were encountered: