Bugfix: no wrap after breakpoint
This commit is contained in:
		@@ -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);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user