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
Hi there!
Is there a way to create a variation of the grid that allows me to quickly change the gutter width? For example .grid-gutterSm, .grid-gutterMd, etc...
This would be useful with the project that I'm working with at the moment as the design isn't very consistent.
Thanks!
The text was updated successfully, but these errors were encountered:
you can simply add this by yourself. Did it that way:
&[#{$gl-attributeName}*="-halfGutter"]{ margin: 0 (-$gl-gutter/4); > [#{$gl-attributeName}~="#{$gl-colName}"], > [#{$gl-attributeName}*="#{$gl-colName}-"]{ padding: 0 ($gl-gutter/4) $gl-gutter-vertical/2; } }
adding this on line 55 after noGutter definition
Sorry, something went wrong.
This is now possible in release 2.4 👍
$gl-gutter: 20rem; $gl-gutter-vertical: 10rem;
This is now possible in release 2.4 👍 $gl-gutter: 20rem; $gl-gutter-vertical: 10rem;
Does this still work in v. 2.7.1? Can't seem to figure it out.
No branches or pull requests
Hi there!
Is there a way to create a variation of the grid that allows me to quickly change the gutter width? For example .grid-gutterSm, .grid-gutterMd, etc...
This would be useful with the project that I'm working with at the moment as the design isn't very consistent.
Thanks!
The text was updated successfully, but these errors were encountered: