javivelasco / react-css-themr

Easy theming and composition for CSS Modules.
MIT License
591 stars 68 forks source link

React-css-themr worked perfectly locally but not worked when used it after publishing it and used it as component lib into other project #97

Open HiirenP opened 5 years ago

HiirenP commented 5 years ago

I used react-css-themr to implement delicious theme into my component(e.g. button) so for component project it works fine (like priority is ---> external theme 1st and if not getting external theme(button.scss from delicious theme folder) it use internal theme (button.scss from component's scss folder)).

this is working fine for this project. but if i deploy this project and use as library into other project (like button component to my main project)then it always loaded default css instead of external css. can any one please help me in this?

HiirenP commented 5 years ago

@javivelasco can you please help sir?

denjalonso commented 5 years ago

Same issue