X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=stylus-helpers.styl;h=6f446a3a91edb303fe8c8708e8048cbd3e4a4af6;hb=0785483a8d96e462f21b6d9a522b3e587b500972;hp=15bebc44c959a551f266237cefa34b95fa357e6e;hpb=9c8566f495179ab2b56aeae0c4ee0222dffd0210;p=wfpl.git 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()