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

3 lines
95 B
SCSS

@mixin user-select($arg: none) {
@include prefixer(user-select, $arg, webkit moz ms spec);
}