-
Notifications
You must be signed in to change notification settings - Fork 199
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
Fix compact function #67
Conversation
@@ -78,13 +78,24 @@ | |||
} | |||
|
|||
@if not(function-exists(compact)) { | |||
@function compact($vars...) { | |||
@function compact($args...) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Igosuki can you take a look at this pull request when you get a chance? |
Works, please merge |
Thanks @leochen1216. An updated version of compact was released in v0.12.9. If you believe this to still be broken please open a PR with failing test cases. |
Hi everyone! I use version 0.12.10. And when I write:
Thanks for help. |
This library is no longer supported. We recommend using bourbon.io instead.
…On 1 Dec. 2017 12:50 am, "Sergei Krivochenko" ***@***.***> wrote:
Hi everyone!
I use version 0.12.10. And when I write: @include transition(color 0.5s
ease-out) I get invalid CSS:
transition: compact(color 0.5s ease-out, false, false, false, false, false, false, false, false, false);
Thanks for help.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWKSqjV9qtuDeltId8nyz5NavZDUNks5s7rKSgaJpZM4GIUUU>
.
|
No description provided.