Skip to content
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

Docs: add grid-row-columns variable #36694

Merged
merged 1 commit into from Aug 3, 2022
Merged

Docs: add grid-row-columns variable #36694

merged 1 commit into from Aug 3, 2022

Conversation

hadouin
Copy link
Contributor

@hadouin hadouin commented Jul 7, 2022

Copy link
Member

@mdo mdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new variable needs to be put to use in the row-cols mixin. See

@mixin row-cols($count) {
.

@hadouin
Copy link
Contributor Author

hadouin commented Jul 7, 2022

@mdo It's already used here, if I'm not mistaken.

@if $grid-row-columns > 0 {
@for $i from 1 through $grid-row-columns {
.row-cols#{$infix}-#{$i} {
@include row-cols($i);
}
}
}

@mdo mdo merged commit e57a94c into twbs:main Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants