mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 17:18:21 -05:00
3 lines
93 B
SCSS
3 lines
93 B
SCSS
@mixin appearance($value) {
|
|
@include prefixer(appearance, $value, webkit moz ms o spec);
|
|
}
|