scss-library/components/playground.styl

12 lines
142 B
Stylus
Raw Permalink Normal View History

2021-01-08 17:55:56 +01:00
@css-class-prefix: RV
RV-Utils__Block(name, callback)
@name; name
@a-@name()
callback()
RV-Utils__Block(Test, @(){
color blue
})