cra-generate
cra-generate copied to clipboard
Always reference .css files
Hello, thank you for this handy project! I found a small bug that I'd like to provide a fix for.
I set up Sass for my CRA project per the standard CRA documentation, which necessitates import
ing .css
files instead of .scss
from the .js
file. This PR changes the generator to reference the correct file.