You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that is currently the expected behavior. I'd love to make the shorthand syntax even more flexible (and make some changes to column/gutter/width handling), but it's not at the top of the list right now.
Do you mind if I adjust it to accept @include layout(4 (240px 0.25)) syntax? I generated a patch, and I'm happy to fork and pull request as well. I'm just not sure what's best for you for simple editions like this.
rake test said 57 Tests Passed, so there don't seem any obvious issues.
We'll want to add tests specifically for this case, and also update the docs/changelog — is that something you can look into? I'm happy to point you in the right direction if you have questions.
@include layout(4 (240px 60px));
works correctly, and gives 0.25 gutter size.@include layout(4 (240px 0.25));
causes Sass to carp with error:Sass::SyntaxError: 0.00104/px isn't a valid CSS value.
Is this expected behavior? I have a patch to fix it, but just want to check first if this is intentional or not.
The text was updated successfully, but these errors were encountered: