css-blocks icon indicating copy to clipboard operation
css-blocks copied to clipboard

Ember splat attributes support

Open chriseppstein opened this issue 5 years ago • 2 comments

The rewriter will put the class attribute on the component invocation side, if the component is a css-blocks component, we should merge the invocations that have block styles with that component's analysis so conflict detection and declaration optimization work correctly.

chriseppstein avatar Feb 13 '20 21:02 chriseppstein

Note: that block styles cannot straddle the splat. they must all be on one side or the other. The rewriter should ensure the rewritten class attribute is on the same side as those.

chriseppstein avatar Feb 13 '20 23:02 chriseppstein

Also: Block styles after the splat seem to be ignored.

chriseppstein avatar Aug 14 '20 17:08 chriseppstein