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