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
af13a97d
Commit
af13a97d
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'v4-dev' of
https://github.com/twbs/bootstrap
into v4-dev
parents
7fdd5214
2502f84d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_grid.scss
+1
-0
scss/mixins/_grid.scss
with
1 addition
and
0 deletions
+1
-0
scss/mixins/_grid.scss
+
1
-
0
View file @
af13a97d
...
...
@@ -46,6 +46,7 @@
@mixin
make-col-span
(
$size
,
$columns
:
$grid-columns
)
{
@if
$enable-flex
{
flex
:
0
0
percentage
(
$size
/
$columns
);
max-width
:
percentage
(
$size
/
$columns
);
}
@else
{
width
:
percentage
(
$size
/
$columns
);
}
...
...
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