New `@layer` implementation
tugcekucukoglu opened this issue · 2 comments
tugcekucukoglu commented
New `@layer` implementation
tugcekucukoglu commented
loxK commented
This broke some things in my app.
I have a css rule for labels:
label {
color: $tertiaryColor;
}
This was superseded by this PrimeVue css rule :
.p-float-label > label {
color: #898989;
}
Now that this rule is in a primevue
layer (a feature I didn't know about). How am I supposed to handle that issue ?