We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5697ae5 commit f15fd25Copy full SHA for f15fd25
src/languages/lib/css-shared.js
@@ -446,6 +446,23 @@ export const ATTRIBUTES = [
446
'container-type',
447
'content',
448
'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',
466
'counter-increment',
467
'counter-reset',
468
'counter-set',
0 commit comments