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
These rule values are wrapped in [] which is currently not supported. Example:
[]
grid-template-columns: [linename1] 100px [linename2 linename3];
MDN Doc: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
The text was updated successfully, but these errors were encountered:
8be357d
Released with 8.2.0
Sorry, something went wrong.
Prepare release 8.2.0
1ed910e
Fixes MyIntervals#79 Fixes MyIntervals#131 Fixes 133
No branches or pull requests
These rule values are wrapped in
[]
which is currently not supported.Example:
MDN Doc: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
The text was updated successfully, but these errors were encountered: