Flex-${n} utilities
This commit is contained in:
parent
dc9323a0ec
commit
224e078b58
@ -222,14 +222,6 @@ section.settings {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.flex-2 {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
min-width: 100px !important;
|
||||
width: 100px !important;
|
||||
|
||||
@ -24,3 +24,11 @@ $sides: (top, bottom, left, right);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* flex-${n} */
|
||||
|
||||
@for $n from 1 through 5 {
|
||||
.flex-#{$n} {
|
||||
flex: #{$n};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user