Created
March 3, 2012 21:05
-
-
Save davidkaneda/1968206 to your computer and use it in GitHub Desktop.
User select mixin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin user-select($select) { | |
$select: unquote($select); | |
@include experimental(user-select, $select, | |
-moz, -webkit, not -o, not -ms, -khtml, official | |
); | |
} |
Yeah, I figured, just confirming. I agree, makes sense to keep the abstraction on it's own layer.
It's kind of a mess, but there are non-UI parts to Recipes that you might find useful in Nib, aka: https://github.com/senchalabs/compass-recipes/blob/master/stylesheets/recipes/_color.scss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nah i was going to at first but it would be nice to have nib/something else just be similar compass, it seemed like a fun idea at the time but abstraction-wise it doesn't make sense so I removed the UI stuff recently