brouilleursdeblanc/_sass/vendor/bourbon/css3/_appearance.scss
Michael Rose aadb22ffcf Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:48:52 -04:00

3 lines
94 B
SCSS

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