UNPKG

react-native-ocss

Version:

#### 干嘛

17 lines (13 loc) 180 B
@define-mixin test $color:blue { color: $color; } @define-mixin test2 $color:blue { .hellow { color: $color; } } .nihao { @test #fff } @test2 @test2 red