soxhub / ember-scoped-css

MIT License
12 stars 1 forks source link

Add to the Glimmer / <template> tutorial #36

Open NullVoxPopuli opened 1 year ago

NullVoxPopuli commented 1 year ago

Once

Are implemented, this would provide an excellent one-stop for styles for the ember ecosystem for a variety of use cases, and would rival the capabilities of Svelte. This would work well with a new "how to do CSS" in https://tutorial.glimdown.com (this section isn't implemented in any form right now due to ember not having any way to do CSS)

Additionally, once implemented, we can RFC adoption to the app blueprint because of aforementioned variety of use cases.

NullVoxPopuli commented 2 months ago

Gonna track over here: https://github.com/NullVoxPopuli/limber/issues/859#issuecomment-2165976595

The main thing that is required of a *scoped-css is that the template transform and postcss transform are exported separately for browser consumption.