Files
hugoDocs/pipeline/scss/bourbon/css3/_user-select.scss
T
2017-03-01 01:15:23 -06:00

4 lines
99 B
SCSS

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