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