summaryrefslogtreecommitdiff
path: root/_sass/bourbon/css3/_user-select.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/bourbon/css3/_user-select.scss')
-rw-r--r--_sass/bourbon/css3/_user-select.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/_sass/bourbon/css3/_user-select.scss b/_sass/bourbon/css3/_user-select.scss
new file mode 100644
index 0000000..d4e5551
--- /dev/null
+++ b/_sass/bourbon/css3/_user-select.scss
@@ -0,0 +1,3 @@
+@mixin user-select($value: none) {
+ @include prefixer(user-select, $value, webkit moz ms spec);
+}