Skip to content

Commit

Permalink
fix: remove border-spacing prefix b-
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 5, 2022
1 parent a66b7cb commit deb4c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/border-spacing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import { Style } from '@master/style';
import { BORDER, DASH, SPACING } from './constants/css-property-keyword';

export class BorderSpacingStyle extends Style {
static override matches = /^b-spacing:./;
static override key = BORDER + DASH + SPACING;
}

0 comments on commit deb4c40

Please sign in to comment.