-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Error on grid component --minimum value #1
Comments
Confirmed this is a problem that we see in Python's In Dart, the grid is converted to the following CSS:
With Python libsass it tries to interpret |
Oh look:
https://sass-lang.com/blog/libsass-is-deprecated Apparently Let's have a chat about if we can work around it for the time being, or if we need to move to including |
Fixed in master. Had to use a proxy Sass function to mock CSS's Now, wherever we use |
design-system/system/partials/_grid.scss
Line 14 in 50f155b
I'm getting this error:
b'sassc: error: Error: "var(--minumum)" is not a number for
min'\n on line 14 of design-system/system/partials/_grid.scss\n>> @supports (width: min(var(--minumum), 100%)) {\n\n --------------------^'`so I just wanted to check where exactly this is set (and maybe it's not available to me) or what data type should be passed into the style, assuming it needs to be set manually. Thank you!
The text was updated successfully, but these errors were encountered: