.my-button { /* Inherit styles from the primary-button class */ background-color: inherit; border: inherit; color: inherit; padding: inherit; /* ... other inherited properties */ /* Overwrite the text content */ text-content: "Shop"; }