Skip to content

Commit 543e868

Browse files
committed
feat: rename decoration-slice and decoration-break to box-decoration-*
Fixes #344
1 parent 0033a52 commit 543e868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/lib/non-configurable/layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const display = [
1717
'hidden',
1818
];
1919

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

2222
const container = ['container'];
2323

0 commit comments

Comments
 (0)