middleman/middleman-core/fixtures/minify-css-app/source/stylesheets/bourbon/css3/_appearance.scss
Thomas Reynolds 32891dc6fe SassC, woot
2015-09-28 11:24:37 -07:00

4 lines
93 B
SCSS

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