even better
This commit is contained in:
@@ -65,7 +65,10 @@ RV-Fan--fullWidth(base-height, base-width)
|
||||
|
||||
+RV-Element('Surface')
|
||||
flex-grow 1
|
||||
|
||||
|
||||
RV-Fan__Base--wurst()
|
||||
--wurst 'wasser'
|
||||
|
||||
/* ###############
|
||||
* Element Mixins
|
||||
* ############### */
|
||||
@@ -76,12 +79,10 @@ RV-Fan__Base(base-height, base-width)
|
||||
flex 0 0 auto
|
||||
|
||||
RV-Fan__Surface--fixedHeight(height)
|
||||
+RV-Element__Modifier('fixedHeight')
|
||||
height height
|
||||
height height
|
||||
|
||||
RV-Fan__Surface--fixedWidth(width)
|
||||
+RV-Element__Modifier('fixedWidth')
|
||||
max-width width
|
||||
max-width width
|
||||
|
||||
RV-Fan__Surface()
|
||||
+RV-Element('Surface')
|
||||
@@ -99,13 +100,18 @@ RV-Fan()
|
||||
|
||||
.test
|
||||
+RV-Block('Hasi')
|
||||
--hasi 'lein'
|
||||
RV-CSSParameter({
|
||||
base-height: 280px,
|
||||
base-width: 320px
|
||||
})
|
||||
RV-Fan()
|
||||
|
||||
+RV-Element('Flauschi')
|
||||
--hasi 'flauschi'
|
||||
RV-Fan__Base(base-height, base-width)
|
||||
RV-Fan__Base--wurst()
|
||||
|
||||
+RV-Element('Löffel')
|
||||
--flauschi 'löffel'
|
||||
RV-Fan__Surface()
|
||||
|
||||
|
||||
|
||||
@@ -118,10 +124,14 @@ RV-Fan()
|
||||
RV-Fan()
|
||||
|
||||
RV-Fan__Surface()
|
||||
RV-Fan__Surface--fixedWidth(base-width)
|
||||
RV-Fan__Surface--fixedHeight(base-height)
|
||||
+RV-Element__Modifier('fixedWidth')
|
||||
RV-Fan__Surface--fixedWidth(base-width)
|
||||
+RV-Element__Modifier('fixedHeight')
|
||||
RV-Fan__Surface--fixedHeight(base-height)
|
||||
|
||||
RV-Fan__Base(base-height, base-width)
|
||||
+RV-Element__Modifier('wurst')
|
||||
RV-Fan__Base--wurst()
|
||||
|
||||
RV-Fan--fullWidth(base-height, base-width)
|
||||
RV-Fan--vertical(base-height, base-width)
|
||||
|
Reference in New Issue
Block a user