From 6c5a7704b4fa2ee63e81fffaaaafdfe1e7cb1125 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 3 Mar 2021 18:58:09 +0100 Subject: [PATCH] Small Fix: Default Parameter --- components/01_Layouts/flexRow/_flexRow.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/01_Layouts/flexRow/_flexRow.styl b/components/01_Layouts/flexRow/_flexRow.styl index 9471895..cf8b4f7 100644 --- a/components/01_Layouts/flexRow/_flexRow.styl +++ b/components/01_Layouts/flexRow/_flexRow.styl @@ -27,7 +27,7 @@ RV-FlexRow__Item--insideBreakPoint() * Breaks from row to column orientation at the given breakpoint * breaks when the container is smaller than $-localBreakPoint or when the viewport is smaller than $-mediaBreakPoint. */ -RV-FlexRow--breakPoint(localBreakPoint, mediaBreakPoint) +RV-FlexRow--breakPoint(localBreakPoint, mediaBreakPoint=0) +RV-Block__Modifier--name('breakPoint') RV-Reset() gap 0px