-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web-design-weekly/sass-mixins #1
Comments
//flex box old and new syntax, think this is Chris Coyiers @mixin flexbox() { @mixin flex($values) { @mixin order($val) { |
// stop user from selecting elements @mixin callout () { |
A lot of mixins from Tim's link shouldn't be mixins but placeholders for better performances. |
// Placeholder color on form inputs @mixin placeholder ($placeholder: #fff){ |
https://github.com/web-design-weekly/sass-mixins/blob/master/mixins.scss
The text was updated successfully, but these errors were encountered: