setting up global styles #9301
Closed
mrehman7095
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a shared style lib that defines mixins, however I am unable to use these mixins in my feature-lib. I have added the path of shared style in my application project.json. Though the application works fine on nx serve whereas fails on nx build.
error: Can't find stylesheet to import.
╷
1 │ @import 'scss/abstracts/variables';
Beta Was this translation helpful? Give feedback.
All reactions