mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Remove classes no longer needed
This commit is contained in:
@@ -61,14 +61,6 @@ export default class WaTag extends WebAwesomeElement {
|
||||
class=${classMap({
|
||||
tag: true,
|
||||
|
||||
// Types
|
||||
'tag--brand': this.variant === 'brand',
|
||||
'tag--success': this.variant === 'success',
|
||||
'tag--neutral': this.variant === 'neutral',
|
||||
'tag--warning': this.variant === 'warning',
|
||||
'tag--danger': this.variant === 'danger',
|
||||
'tag--text': this.variant === 'text',
|
||||
|
||||
// Sizes
|
||||
'tag--small': this.size === 'small',
|
||||
'tag--medium': this.size === 'medium',
|
||||
|
||||
Reference in New Issue
Block a user