[Resolved] Help using Sass

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:

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,

  • Jacob

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.

  • Jacob
1 Like

Glad you got it resolved and thanks for sharing the followup so the next person who had this question can find this thread.