parent
06de6c2756
commit
1f4128a592
|
@ -20,9 +20,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin table-flex-child($flex-grow: 1, $flex-basis: 300px, $flex-shrink: 0, $width:'') {
|
@mixin table-flex-child($flex-grow: 1, $flex-basis: 300px, $flex-shrink: 0, $width:'') {
|
||||||
flex-basis: $flex-basis;
|
@include flex($flex-grow);
|
||||||
flex-grow: $flex-grow;
|
@include flex-basis($flex-basis);
|
||||||
flex-shrink: $flex-shrink;
|
@include flex-shrink($flex-shrink);
|
||||||
width: $flex-basis;
|
width: $flex-basis;
|
||||||
@if #{$width} != null {
|
@if #{$width} != null {
|
||||||
width: #{$width};
|
width: #{$width};
|
||||||
|
|
Loading…
Reference in New Issue