emakina-cee-oss / react-cli

An easy to use CLI for starting and building React projects in a fast and consistent way.
MIT License
5 stars 0 forks source link

Add Essentials Import on Style Modules for Components #31

Closed dgoerdes closed 6 years ago

dgoerdes commented 6 years ago

Import the style essentials to all generated component style module files by default.

Example
@import "../../styles/essentials";

Hint: The relative path needs to be dynamic based on generated components path