(Re)Moving Sizes/Add Dummy sizes
This commit is contained in:
15
components/01_Layouts/dummy/_dummy.styl
Normal file
15
components/01_Layouts/dummy/_dummy.styl
Normal file
@@ -0,0 +1,15 @@
|
||||
+RV-Block('RV-Dummy')
|
||||
+RV-Block__Modifier('square')
|
||||
height 350px
|
||||
width 350px
|
||||
|
||||
+RV-Block__Modifier('portrait')
|
||||
height 350px
|
||||
width 150px
|
||||
|
||||
+RV-Block__Modifier('landscape')
|
||||
width 350px
|
||||
height 150px
|
||||
|
||||
+RV-Block__Modifier('red')
|
||||
background-color #d8583e
|
1
components/01_Layouts/dummy/dummy.config.json
Normal file
1
components/01_Layouts/dummy/dummy.config.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
0
components/01_Layouts/dummy/dummy.hbs
Normal file
0
components/01_Layouts/dummy/dummy.hbs
Normal file
Reference in New Issue
Block a user