mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 03:30:23 +00:00
v4 - flexbox ie10+ compatibility
This commit is contained in:
parent
a89bfc6525
commit
e598307a42
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue