pebble/third_party/bourbon/css3/_appearance.scss
2025-02-24 18:58:29 -08:00

3 lines
94 B
SCSS

@mixin appearance ($value) {
@include prefixer(appearance, $value, webkit moz ms o spec);
}