Bugfix: no wrap after breakpoint

This commit is contained in:
reverend 2020-12-29 19:11:02 +01:00
parent abe991433a
commit d7b876818f
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
* 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) {
flex-wrap: wrap;
* {
flex-basis: calc(#{$-localBreakPoint} * 999 - 100% * 999);
}