cra-generate icon indicating copy to clipboard operation
cra-generate copied to clipboard

Always reference .css files

Open jeremyckahn opened this issue 6 years ago • 0 comments

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 importing .css files instead of .scss from the .js file. This PR changes the generator to reference the correct file.

jeremyckahn avatar Sep 05 '18 16:09 jeremyckahn