gajus / babel-plugin-react-css-modules

Transforms styleName to className using compile time CSS module resolution.
Other
2.05k stars 162 forks source link

refactor: using default handleMissingStyleName from schema #228

Closed AlbertLucianto closed 5 years ago

AlbertLucianto commented 5 years ago

This PR is merely a better engineering. Similar to in the other files, defaultOptions is imported instead of separately defining default handleMissingStyleName option.

AlbertLucianto commented 5 years ago

Sorry, I'm closing this to cleanup the commit history. I will create a new one soon.