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
Shared stylesheets live in projects/components/src/styles. Projects are setup so include this as one of the stylesheet paths. Example of referencing something shared:
@use mixins/dialog as dialog;
@import 'design/_button';