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
When I import @import "/primeng-sass-theme/theme-base/components/overlay/dialog"; I expect that I'm going to need to set variables related to that import. However when the SCSS compiles It fails requiring me to set variables like dialogHeaderBorder or overlayContainerShadow.
This is unexpected as those are different components. Should there be universal global variables instead that drive some of this?
The text was updated successfully, but these errors were encountered:
When I import
@import "/primeng-sass-theme/theme-base/components/overlay/dialog";
I expect that I'm going to need to set variables related to that import. However when the SCSS compiles It fails requiring me to set variables likedialogHeaderBorder
oroverlayContainerShadow
.This is unexpected as those are different components. Should there be universal global variables instead that drive some of this?
The text was updated successfully, but these errors were encountered: