snaerth/create-react-component-folder

Add options [name].module.css for CSS modules

ojanh opened this issue · 2 comments

ojanh commented

Hi.
based on create-react-app docs, it can use css modules, but must create .module.css files to make it work. I hope there's an options to create file [component folder name].module.css files to make it easier.

thanks

Hi and thanks for a great tip. I will add this feature soon!

@ojanh The feature has been added in version 0.1.3v. You can now create the components with the option --cssmodules

Thank you for pointing this out