Hello!
I have a hopefully quick question. How do I get setup using an .scss file extension for my CSS? I’ve installed the ember-cli-sass as described here:
When working on an Ember app, sometimes you may want to customize how certain kinds of assets are handled. This is referred to as "asset compilation."
For information on stylesheets, please see the dedicated section, Stylesheet compilation Raw...
In my Ember app, I changed the app.css to be app.scss, which had no effect. Since I’m not using .sass, I haven’t modified the build file.
Do you know what I should do, or where else I could find the step-by-step? My Google-fu has failed me.
Thanks,
I resolved my issue. Since I was changing app.css
into app.scss
I needed to stop my server and spin it up again. I didn’t realize I hadn’t tried that before now.
1 Like
ef4
March 10, 2020, 1:38am
3
Glad you got it resolved and thanks for sharing the followup so the next person who had this question can find this thread.