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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an app that has a shell project and separate web component projects.
For our web component projects we use cue-cli option to bundle all the vue components to async web components.
Is there a way to share a common CSS file across projects? Currently all our projects bundle the common CSS file within their respective JS files.
This is obviously not ideal as it requires the browser to load those styles multiple times…
Ideally I am looking for a way to load the common CSS when the shell loads and the have the child/web component projects make use of the same CSS.
Any help would be great!
Beta Was this translation helpful? Give feedback.
All reactions