Skip to content
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

Missing mixins #77

Open
botteu opened this issue Dec 2, 2015 · 1 comment
Open

Missing mixins #77

botteu opened this issue Dec 2, 2015 · 1 comment

Comments

@botteu
Copy link

botteu commented Dec 2, 2015

Great lib! But it seems to be missing some mixins… The ones I've noticed so far are column-span and column-fill.

Is there a reason why these weren't included?

Keep up the good work!

@mkircher
Copy link

mkircher commented Dec 9, 2015

It appears that first-value-of function is also out. I solved the issue where it was being used in the border-radius mixin (for the experimental block) by creating an nth wrapper:

@function first-value-of( $values ){
  @return nth($values, 1);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants