⬅︎ Back to 10 Reasons I Love create-react-app
Thanks, Fair point to raise. It does do some postcss processing with Autoprefixerhttps://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#post-processing-cssI would be nice to at least have the ability to type.foo { .bar { } }and that automatically becoming `.foo .bar`.
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.
Comment
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
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.