From d9127d503aa413811dc0c296a4fe924468b62027 Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 17 Jan 2021 22:32:52 +0100 Subject: [PATCH] no gap by default --- components/00_Global/_alignment.styl | 3 ++- components/01_Layouts/flexGrid/_flexGrid.styl | 1 - components/_components.styl | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/components/00_Global/_alignment.styl b/components/00_Global/_alignment.styl index 0b44b26..348b6bc 100644 --- a/components/00_Global/_alignment.styl +++ b/components/00_Global/_alignment.styl @@ -5,4 +5,5 @@ RV-Reset() bottom 0 left 0 right 0 - border none \ No newline at end of file + border none + gap 0 \ No newline at end of file diff --git a/components/01_Layouts/flexGrid/_flexGrid.styl b/components/01_Layouts/flexGrid/_flexGrid.styl index 600615d..b6b337b 100644 --- a/components/01_Layouts/flexGrid/_flexGrid.styl +++ b/components/01_Layouts/flexGrid/_flexGrid.styl @@ -17,7 +17,6 @@ RV-FlexGrid--masonry(item-width=300px) display unquote(block) column-count auto column-width item-width - gap 0 +RV-Element('Item') margin-bottom: var(--inner-spacing); diff --git a/components/_components.styl b/components/_components.styl index cb1dac2..252b6d1 100644 --- a/components/_components.styl +++ b/components/_components.styl @@ -1,5 +1,12 @@ @import '00_Global/_global' @import '02_Styles/_styles' @import '01_Layouts/_layouts' + +* { + RV-Reset() +} + +/* @import '04_Molecules/_molecules' -@import '05_Components/_components' \ No newline at end of file +@import '05_Components/_components' +*/ \ No newline at end of file