-
Notifications
You must be signed in to change notification settings - Fork 230
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
@mixin flex() throws no errors when passed space seperated values #10
Comments
I think I've got a fix for this. Do a check to see if |
… value for -webkit-box-flex. Fixes mastastealth#10.
Check if the argument passed to flex() is a list and return the right value. Fixes #10.
Thanks @kpeatt ! I was wondering for a sec why it wouldn't be possible just to use a single argument, but I see it's divided because the fallbacks only use the grow option. Fix has been merged. :) |
Sorry... but I cant find the problem. I am getting:
|
It's an easy mistake to accidentally type out...
But that doesn't actually work, as the mixin expects three separate parameters that must be comma separated. Like...
Is there a way to make Sass throw an error when commas are forgotten?
The text was updated successfully, but these errors were encountered: