Navigating Ember CSS options

Hi,

I’m trying to sift through all the CSS options / packages available for Ember and am looking for suggestions. I suppose it will help if I list what I need:

  1. SASS syntax (variables, nesting creating mixins, and extending)
  2. Ability to import other CSS libraries
  3. Pod support
  4. Autoprefixer

Is there an all-in-one Ember package that will give me all these? Thanks!

  1. ember install ember-cli-sass
  2. npm install / bower install
  3. ember install ember-component-css
  4. ember install ember-cli-autoprefixer