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
I would love to have a native version with css variables, that can be used without using postcss.
I should be able to set css variables to overwrite the current gutter settings.
Css variables are not supported in media queries so this would need to be removed/compiled beforehand.
Is there any chance it would make using this much nicer.
The text was updated successfully, but these errors were encountered:
Same thing is being asked for in the React wrapper. Link. Bit of a workaround is mentioned there using webpack.NormalModuleReplacementPlugin.
Sorry, something went wrong.
I actually build my own version https://github.com/nuclei/raster
No branches or pull requests
I would love to have a native version with css variables, that can be used without using postcss.
Expected behavior
I should be able to set css variables to overwrite the current gutter settings.
Actual behavior
Css variables are not supported in media queries so this would need to be removed/compiled beforehand.
Is there any chance it would make using this much nicer.
The text was updated successfully, but these errors were encountered: