From ac10f22c817c8bd3c25466f24119b2e1e94ff6e6 Mon Sep 17 00:00:00 2001 From: reverend Date: Tue, 9 Mar 2021 20:42:56 +0100 Subject: [PATCH] Reverting to static height --- components/03_Styles/dummy/_dummy.styl | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/components/03_Styles/dummy/_dummy.styl b/components/03_Styles/dummy/_dummy.styl index 7801ff5..5eccdd5 100644 --- a/components/03_Styles/dummy/_dummy.styl +++ b/components/03_Styles/dummy/_dummy.styl @@ -34,19 +34,16 @@ +RV-Element('Square') min-width 300px - --width 100% + width 100% min-height 300px - height var(--height) - width var(--width) - +RV-Element--modifier('large') - --height 500px - --width 500px + height 500px + width 500px +RV-Element--modifier('small') - --height 100px - --width 100px + height 100px + width 100px +RV-Block--modifier('square') height 350px