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
f8c150fb
Commit
f8c150fb
authored
7 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
4282d892
7e1497dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_grid.scss
+5
-1
scss/mixins/_grid.scss
with
5 additions
and
1 deletion
+5
-1
scss/mixins/_grid.scss
+
5
-
1
View file @
f8c150fb
...
...
@@ -67,7 +67,11 @@
}
@mixin
make-col
(
$size
,
$columns
:
$grid-columns
)
{
width
:
percentage
(
$size
/
$columns
);
flex
:
0
0
percentage
(
$size
/
$columns
);
// Add a `max-width` to ensure content within each column does not blow out
// the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
// do not appear to require this.
max-width
:
percentage
(
$size
/
$columns
);
}
@mixin
make-col-offset
(
$size
,
$columns
:
$grid-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