Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6b5f055a
Unverified
Commit
6b5f055a
authored
4 years ago
by
Catalin Zalog
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
feat: checks for `$grid-row-columns` (#30606)
parent
3ff3680d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_grid.scss
+5
-3
scss/mixins/_grid.scss
with
5 additions
and
3 deletions
+5
-3
scss/mixins/_grid.scss
+
5
-
3
View file @
6b5f055a
...
...
@@ -73,9 +73,11 @@
@include
make-col-auto
();
}
@for
$i
from
1
through
$grid-row-columns
{
.row-cols
#{
$infix
}
-
#{
$i
}
{
@include
row-cols
(
$i
);
@if
$grid-row-columns
>
0
{
@for
$i
from
1
through
$grid-row-columns
{
.row-cols
#{
$infix
}
-
#{
$i
}
{
@include
row-cols
(
$i
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment