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
Try to set "perfect" square and use col--height-? class, but is not working. e.g.
.col--height-4 { height: calc(calc(var(--g-column-unit) * 4) + calc(var(--g-gutter-unit) * 3)); }
this calc give me a 460px width and 525.19px height.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try to set "perfect" square and use col--height-? class, but is not working. e.g.
.col--height-4 { height: calc(calc(var(--g-column-unit) * 4) + calc(var(--g-gutter-unit) * 3)); }
this calc give me a 460px width and 525.19px height.
The text was updated successfully, but these errors were encountered: