Hi guys Sorry if it s w…
Hi guys, Sorry if it’s wrong place. I’m looking for solution - how to share styles among libraries? It’s easy to have it as share and pass to application, but I cannot find good solution to have e.g. _media.scss among apps and libraries.
Responses:
The only way I know if is by linking to the scss directly (../../../lib/etc
) , it would be great if there was a way to import them through the packages but I don’t think that works
Is this of any help?
<https://nrwlcommunity.slack.com/archives/CMFKWPU6Q/p1587663328337400?thread_ts=1587644406.332700&channel=CMFKWPU6Q&message_ts=1587663328.337400 | https://nrwlcommunity.slack.com/archives/CMFKWPU6Q/p1587663328337400?thread_ts=1587644406.332700&channel=CMFKWPU6Q&message_ts=1587663328.337400> |
if it will work in libraries - yes. But I haven’t build
node in library. For apps it’s ok but fr libs?
Do you also mean published libs? Or libs consumed by apps in the same repo?