jce-manager/_sass/bourbon/css3/_appearance.scss
2014-09-11 15:49:20 +03:00

4 lines
94 B
SCSS

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