Custom CSS new syntax for specific button
Hi
I'm trying to follow the new custom CSS syntax for Part
@supports (ptcs-style-unit: "PTCS-BUTTON.primary") {
[part=label] {
color: Blue;
font-style: Italic;
}
}
Which affects all the buttons in the mashup

How to apply this custom CSS for specific button using CustomClass property
Thanks in advance
/VR


