Comment

Peter Bengtsson

Thanks, Fair point to raise.

It does do some postcss processing with Autoprefixer
https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#post-processing-css
I would be nice to at least have the ability to type
.foo {
   .bar {
  }
}
and that automatically becoming `.foo .bar`.

Parent comment

R. Mark Volkmann

Nice list! However, I disagree that #6 is a reason to love create-react-app. I wish it were easier to opt into using Sass.