UNPKG

111 BSCSSView Raw
1@import "restyle";
2
3@include restyle-define(test, (
4 prop: this(foo)
5));
6
7.test {
8 @include restyle(test);
9}