DEV Community

Discussion on: Sharing styles between apps inside Nx workspace

Collapse
 
diomededavid profile image
David Diomede

It's not clear to me how to use:
"stylePreprocessorOptions": {
"includePaths": [ "libs/ui/src/lib/styles" ]
},

Are you using scss partials in the project src folder or the library? I get not a string errors when using partials from the library folder.