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