nwb icon indicating copy to clipboard operation
nwb copied to clipboard

Including Dependency Stylesheet(s) in Build?

Open MikeWillis opened this issue 3 years ago • 0 comments

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?

MikeWillis avatar Apr 23 '21 18:04 MikeWillis