Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
9d009701
Commit
9d009701
authored
4 years ago
by
Catalin Zalog
Committed by
XhmikosR
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Backport #30606 (#30612)
checks for `$grid-row-columns`
parent
4853c5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_grid-framework.scss
+5
-3
scss/mixins/_grid-framework.scss
with
5 additions
and
3 deletions
+5
-3
scss/mixins/_grid-framework.scss
+
5
-
3
View file @
9d009701
...
@@ -35,9 +35,11 @@
...
@@ -35,9 +35,11 @@
max-width
:
100%
;
max-width
:
100%
;
}
}
@for
$i
from
1
through
$grid-row-columns
{
@if
$grid-row-columns
>
0
{
.row-cols
#{
$infix
}
-
#{
$i
}
{
@for
$i
from
1
through
$grid-row-columns
{
@include
row-cols
(
$i
);
.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
Menu
Explore
Projects
Groups
Snippets