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

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?

@tj
Copy link

tj commented Mar 3, 2012

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

@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