adopted-ember-addons / ember-cli-sass

Use node-sass to preprocess your ember-cli app's files, with support for sourceMaps and include paths
MIT License
274 stars 91 forks source link

Add beginner instructions to the README. #200

Open jenweber opened 5 years ago

jenweber commented 5 years ago

I think the README could be improved with more detail for first time users. While teaching someone to use SASS in an app for the first time, I had to locate an app that was already using this library in order to show them what needed to be done.

This PR adds some beginner-friendly instructions for people using it in an app.

jenweber commented 5 years ago

There are some test failures in CI that I don't understand. I don't think my changes to the README should have broken anything.