Panya

Results 11 comments of Panya

@alexrqs yep, diff-friendly code style is a good thing.

Выяснили, что в IE6 тоже работает, так что можно делать.

Can you fix failing test?

I have no idea. It seems like a random timeout on Travis side. Anyway, could you add a test case for these changes?

@darsain ATM this patch fixes only #508, but, yes, eventually all issues that you mentioned will be fixed. Unfortunately `@extend` is a complex feature and i'm really busy right now,...

Could you show an example where this would be nice?

@corysimmons yeah, but currently it's not simple :) I'll rewrite `@extend` on the next week. I'll keep your example in mind.

@yangsu this is another bug (#571), and it's already fixed in the `dev` branch.

Yep, you can escape the `[` and `]` with `\` as a temporary workaround: ```styl grid-template: \[linename\] 100px / \[columnname1\] 30% \[columnname2\] 70% ```

Could you show a use case? I guess a JS plugin would be better suited for this task.