From 0785483a8d96e462f21b6d9a522b3e587b500972 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 17 Oct 2014 10:59:54 -0400 Subject: [PATCH] stylus-helpers: add transparent vendor expansion for user-select --- stylus-helpers.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylus-helpers.styl b/stylus-helpers.styl index 15bebc4..6f446a3 100644 --- a/stylus-helpers.styl +++ b/stylus-helpers.styl @@ -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() -- 1.7.10.4