Hans Reinl

Results 41 comments of Hans Reinl

I have tested this with the current Chrome Mobile and it works nice for me. If you think there is a bug please provide a short video of the behavior...

We're using `str-slice` here. For instance you set a default value and slice of the first char: ``` str-slice('\x', 1, 1) ``` You can than concatenate the string with a...

@lunelson Thanks for the test. Seems like I haven't tested this with leading zero values. Good to know.

Same here, great work. Thanks. One thing bugs me a bit: if we need to set an option for a pre-release the config might need updates across branches if you...

This PR looks good to me. @patcon do you want to work on the other tasks you created yourself or should we merge here and we'll look into the other...

Thanks for the contribution. Can you please try to maintain the current support and add multi support for all values? That would be fantastic.

I think it would be useful for a lot of people if they can add multiple transitions separated by a comma: @include x-transition(width 100ms, padding 100ms 500ms ease-in); Can you...

Thanks for the contribution. I am not sure if there is a real use-case for this feature. Do you want to commit and tag stuff before you run your build...

> What about rendering D3 on server side, so that we can drop the huge JSON included in the HTML? > And then request new data if needed? Sounds like...