minor fixes
This commit is contained in:
@@ -33,8 +33,7 @@ RV-Fan--horizontal(base-height, base-width)
|
||||
flex-grow 0
|
||||
|
||||
RV-BreakPoint--horizontal()
|
||||
|
||||
min-width unset
|
||||
min-width base-width
|
||||
|
||||
/*
|
||||
* Base above, Surfce below
|
||||
@@ -69,7 +68,6 @@ RV-Fan--auto(base-height, base-width)
|
||||
flex-grow 1
|
||||
|
||||
+RV-Element('Surface')
|
||||
height base-height
|
||||
box-sizing border-box
|
||||
flex-grow 99999
|
||||
|
||||
@@ -111,8 +109,8 @@ RV-Fan__Surface(base-height, base-width)
|
||||
flex-grow 1
|
||||
|
||||
> *
|
||||
height calc_height()
|
||||
width calc_width()
|
||||
height calc_height(100%)
|
||||
width calc_width(100%)
|
||||
|
||||
/* ############
|
||||
* Block Mixin
|
||||
@@ -120,7 +118,7 @@ RV-Fan__Surface(base-height, base-width)
|
||||
RV-Fan(base-height, base-width)
|
||||
display flex
|
||||
position relative
|
||||
min-width base-width
|
||||
min-width min-content
|
||||
|
||||
+RV-Block('RV-Fan')
|
||||
RV-CSSParameter({
|
||||
|
Reference in New Issue
Block a user