primeng-sass-theme
primeng-sass-theme copied to clipboard
Dialog and Overlay variables are required when importing only the panel SCSS
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?