scss-library/components/playground.styl

12 lines
142 B
Stylus

@css-class-prefix: RV
RV-Utils__Block(name, callback)
@name; name
@a-@name()
callback()
RV-Utils__Block(Test, @(){
color blue
})