ember-cli-sass-pods
ember-cli-sass-pods copied to clipboard
.sass support
Great project! I just forked it and added explicit support to generate .sass files instead of .scss files.
For example, both of the following are supported:
ember g sass components/contact-box -p
ember g scss components/contact-box -p
What are your thoughts on incorporating that feature into this repo (ember-cli-sass-pods)?
👍