Converting the rest to stylus
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
@mixin RV-ElementList__Item {
|
||||
@include RV-FlexRow__Item;
|
||||
}
|
||||
|
||||
@mixin RV-ElementList($-break_width: 500px, $prefix: '&') {
|
||||
@include RV-FlexRow__Container;
|
||||
@include RV-FlexRow__Container--shorthands;
|
||||
@include RV-Reset;
|
||||
|
||||
list-style-type: none;
|
||||
|
||||
#{$prefix}__Item {
|
||||
@include RV-ElementList__Item;
|
||||
}
|
||||
}
|
||||
|
||||
.RV-ElementList {
|
||||
@include RV-ElementList;
|
||||
}
|
15
components/04_Molecules/elementList/_elementList.styl
Normal file
15
components/04_Molecules/elementList/_elementList.styl
Normal file
@@ -0,0 +1,15 @@
|
||||
RV-ElementList__Item()
|
||||
@include RV-FlexRow__Item
|
||||
|
||||
RV-ElementList(break_width=500px, prefix='&')
|
||||
RV-FlexRow__Container()
|
||||
RV-FlexRow__Container--shorthands()
|
||||
RV-Reset()
|
||||
|
||||
list-style-type none
|
||||
|
||||
{prefix}__Item
|
||||
RV-ElementList__Item()
|
||||
|
||||
.RV-ElementList
|
||||
RV-ElementList()
|
Reference in New Issue
Block a user