Files
edx-platform/common/static/sass/bourbon/css3/_appearance.scss
2013-07-10 09:17:58 -04:00

4 lines
94 B
SCSS

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