-
-
Save davidkaneda/1968206 to your computer and use it in GitHub Desktop.
@mixin user-select($select) { | |
$select: unquote($select); | |
@include experimental(user-select, $select, | |
-moz, -webkit, not -o, not -ms, -khtml, official | |
); | |
} |
Awesome — I figured I was being a little ignorant (was actually considering adding #provemewrong to my tweet :)
I'll definitely aim to dive in soon, and maybe even port over Recipes (http://github.com/senchalabs/compass-recipes)
I saw an early screencast on Nib, then looked at the branch recently: Are you still aiming to do UI?
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
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
something like: https://github.com/visionmedia/nib/blob/master/lib/nib/vendor.styl#L10 is more or less the same thing