You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I include stylesheets from my component's dependencies in the build that I push to github? I'm using nwb for a React component I wrote. My component uses fomantic-ui, which has its own stylesheets. Testing my component works fine and all styles are included, but when I build / push to github / pull from github into another project, the other project complains that it can't find the fomantic-ui stylesheet when I attempt to build.
Hopefully there's something simple that I missed?
The text was updated successfully, but these errors were encountered:
This issue is a: Question / support request
How can I include stylesheets from my component's dependencies in the build that I push to github? I'm using nwb for a React component I wrote. My component uses fomantic-ui, which has its own stylesheets. Testing my component works fine and all styles are included, but when I build / push to github / pull from github into another project, the other project complains that it can't find the fomantic-ui stylesheet when I attempt to build.
Hopefully there's something simple that I missed?
The text was updated successfully, but these errors were encountered: