css-blocks
css-blocks copied to clipboard
High performance, maintainable stylesheets.
Currently the outputMode is hard coded inside the ember-cli addon. I changed this to add the possibility to change the outputMode inside the ember-cli-build.js.
caused by the css shorthand expander. Changing the value to `0 0 auto` works around the issue.
I love the concept of CSS Blocks and would love to use it in my team's design system. However, it expressly forbids the use of a selector like `:scope >...
We need a framework for runtime perf testing an ember application using tracerbench along with documentation for how to run the perf tests and get reliable numbers. Once this exists,...
If a syntax is missing in `preprocessors` but is present in `preprocessorsSync`, we should fall back to using the synchronous implementation instead of erroring out.
This changes the rewrite of css blocks to emit fewer arguments to the css-blocks helper. There's some preliminary perf results that show that argument passing, which invokes change tracking, is...
We need a system for perf testing css blocks build time performance at scale with predictable and yet configurable parameters so that we can give meaningful numbers to people who...
We need to support colocated templates, currently there's issues when colocated templates are enabled for a project which causes those templates to be ignored (not rewritten).
We need to support inline handlebars template compilation which runs during js processing instead of in the template tree. We won't support inline handlebars templates with CSS Blocks attributes unless...
* This will ensure LinkedIn's RTL support works.