Skip to content

Instantly share code, notes, and snippets.

@davidkaneda
Created March 3, 2012 21:05
Show Gist options
  • Save davidkaneda/1968206 to your computer and use it in GitHub Desktop.
Save davidkaneda/1968206 to your computer and use it in GitHub Desktop.
User select mixin
@mixin user-select($select) {
$select: unquote($select);
@include experimental(user-select, $select,
-moz, -webkit, not -o, not -ms, -khtml, official
);
}
@davidkaneda
Copy link
Author

Yeah, I figured, just confirming. I agree, makes sense to keep the abstraction on it's own layer.

@davidkaneda
Copy link
Author

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