Skip to content

Commit f15fd25

Browse files
committed
feat: add corner-shape attribute
1 parent 5697ae5 commit f15fd25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/languages/lib/css-shared.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,23 @@ export const ATTRIBUTES = [
446446
'container-type',
447447
'content',
448448
'content-visibility',
449+
'corner-bottom-left-shape',
450+
'corner-bottom-right-shape',
451+
'corner-bottom-shape',
452+
'corner-block-end-shape',
453+
'corner-block-start-shape',
454+
'corner-end-end-shape',
455+
'corner-end-start-shape',
456+
'corner-inline-end-shape',
457+
'corner-inline-start-shape',
458+
'corner-left-shape',
459+
'corner-right-shape',
460+
'corner-shape',
461+
'corner-start-end-shape',
462+
'corner-start-start-shape',
463+
'corner-top-left-shape',
464+
'corner-top-right-shape',
465+
'corner-top-shape',
449466
'counter-increment',
450467
'counter-reset',
451468
'counter-set',

0 commit comments

Comments
 (0)