You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hitting a weird error where if I install ember-table, it breaks PostCSS, unless I install and configure postcss-scss. It would be ideal if we could opt in/out of sass and just get a plain CSS file from ember-table so errors do not occur.
The text was updated successfully, but these errors were encountered:
When I install ember-table and run ember s I get an error that it can no longer find my CSS I am importing from my app. If I remove ember-table or change my styles/app.css to styles/app.scss and add configure PostCSS to work with scss, things work again.
I believe the issue here is ember-table still requires styles to be scss, even though it does not actually require a dependency on ember-cli-sass anymore.
I am hitting a weird error where if I install ember-table, it breaks PostCSS, unless I install and configure postcss-scss. It would be ideal if we could opt in/out of sass and just get a plain CSS file from ember-table so errors do not occur.
The text was updated successfully, but these errors were encountered: