JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
stylus-helpers: add transparent vendor expansion for user-select
authorJason Woofenden <jason@jasonwoof.com>
Fri, 17 Oct 2014 14:59:54 +0000 (10:59 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 17 Oct 2014 14:59:54 +0000 (10:59 -0400)
stylus-helpers.styl

index 15bebc4..6f446a3 100644 (file)
@@ -21,6 +21,11 @@ box-sizing()
        -webkit-box-sizing: arguments
        -moz-box-sizing: arguments
        box-sizing: arguments
+user-select()
+       -webkit-user-select: arguments
+       -moz-user-select: arguments
+       -ms-user-select: arguments
+       user-select: arguments
 
 // map "whitespace:" to "white-space:"
 whitespace()