We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I had a parsing error on the following css:
flex: 1 1 0%;
I'm pretty sure this is legal css, the unit (% in this case) is optional?
Error printed out as:
Error: Failed to parse declaration "flex: 1 1 0%"
Here is the line in tailwind default config, I can work around this, but maybe it makes sense to support optional units on 0 ¯_(ツ)_/¯ :
https://github.com/tailwindcss/tailwindcss/blob/beff1383533973baeb33436d7c31651b9ea751a8/stubs/defaultConfig.stub.js#L209
The text was updated successfully, but these errors were encountered:
This one is a bug! I'll try and get it fixed within the next few days
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
I had a parsing error on the following css:
I'm pretty sure this is legal css, the unit (% in this case) is optional?
Error printed out as:
Error: Failed to parse declaration "flex: 1 1 0%"
Here is the line in tailwind default config, I can work around this, but maybe it makes sense to support optional units on 0 ¯_(ツ)_/¯ :
https://github.com/tailwindcss/tailwindcss/blob/beff1383533973baeb33436d7c31651b9ea751a8/stubs/defaultConfig.stub.js#L209
The text was updated successfully, but these errors were encountered: