Skip to content

Commit

Permalink
feat: rename decoration-slice and decoration-break to `box-decora…
Browse files Browse the repository at this point in the history
…tion-*`

Fixes #344
  • Loading branch information
muhammadsammy committed Dec 17, 2021
1 parent 0033a52 commit 543e868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lib/non-configurable/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const display = [
'hidden',
];

const boxDecorationBreak = ['decoration-slice', 'decoration-clone'];
const boxDecorationBreak = ['box-decoration-slice', 'box-decoration-clone'];

const container = ['container'];

Expand Down

0 comments on commit 543e868

Please sign in to comment.