From b334884f57f9c29590241fd4eedcb6a2d3895942 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 31 Mar 2025 13:08:50 -0400 Subject: [PATCH] remove unused custom properties (#853) --- src/components/badge/badge.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/badge/badge.ts b/src/components/badge/badge.ts index 8d6d8413e..4b9edffba 100644 --- a/src/components/badge/badge.ts +++ b/src/components/badge/badge.ts @@ -17,9 +17,6 @@ import styles from './badge.css'; * * @cssproperty --background-color - The badge's background color. * @cssproperty --border-color - The color of the badge's border. - * @cssproperty --border-radius - The radius of the badge's corners. - * @cssproperty --border-style - The style of the badge's border. - * @cssproperty --border-width - The width of the badge's border. * @cssproperty --text-color - The color of the badge's content. */ @customElement('wa-badge')