Christophe Coevoet

Results 449 issues of Christophe Coevoet

Note that the Symfony 2.1 WebProfilerBundle has some JS code doing part of the work for you, so it should be quite easy to implement it in the 1.1 branch....

Enhancement

Currently, it is not possible to use the same template in different themes in the same PHP process, because the Twig_Loader_Filesystem caches the resolution of template names to file names...

Currently, the `*:connect` events are dispatched as non-bubbling, making them incompatible with event delegation. I think it would make sense to let them bubble instead.

This is especially related to interpolation inside identifiers, which regularly outputs 2 identifiers separate by a space in Scssphp.

spec compliance

See the `directives/import/nested/at_rule/childless` spec

spec compliance

`@content` is not spec compliant in mixins (mostly regarding the handling of arguments)

spec compliance

This is about things like that: ```scss a { b: { c: d; e: f; } } ``` which should produce a CSS like that: ```css a { b-c: d;...

spec compliance

This issue serves as a detailed spec for the refactoring of the representation of values for #193 ## Design of value objects Value objects are immutable. Their API is modelled...

Implemented full support for modules (tracked in #55) will be a huge work. This RFC suggests an incremental process where we first support only built-in modules (the `sass:*` modules defined...

This affects things like `join()` for instance when using the auto selection of the separator. I have a partial fix locally, but it is a mess due to the fact...

spec compliance