Bugfix: no wrap after breakpoint
This commit is contained in:
parent
abe991433a
commit
d7b876818f
@ -27,6 +27,8 @@
|
|||||||
* breaks when the container is smaller than $-localBreakPoint or when the viewport is smaller than $-mediaBreakPoint.
|
* breaks when the container is smaller than $-localBreakPoint or when the viewport is smaller than $-mediaBreakPoint.
|
||||||
*/
|
*/
|
||||||
@mixin RV-FlexRow__Container--breakPoint($-localBreakPoint: 500px, $-mediaBreakPoint: null) {
|
@mixin RV-FlexRow__Container--breakPoint($-localBreakPoint: 500px, $-mediaBreakPoint: null) {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
flex-basis: calc(#{$-localBreakPoint} * 999 - 100% * 999);
|
flex-basis: calc(#{$-localBreakPoint} * 999 - 100% * 999);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user