soxhub / ember-scoped-css

MIT License
12 stars 1 forks source link

Will not compile css assets for gts files in app/components #250

Closed runspired closed 2 months ago

runspired commented 2 months ago

given the CSS file app/components/foo.css

hbs and gjs files will compile appropriately. gts files will compile the component portion but not the css portion.

I tested this with both an embroider-strict and a classic-build app.

NullVoxPopuli commented 2 months ago

Without a reproduction (or what code you used), it'll be hard to know what problem you ran in to.

We have tests with gts, and they work.

NullVoxPopuli commented 2 months ago

Gonna close for now, we can re-open if there is a repro