We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
justify-items
justify-self
1 parent 5bcb6c6 commit 0917869Copy full SHA for 0917869
CHANGES.md
@@ -28,6 +28,7 @@ Core Grammars:
28
- fix(types) fix interface LanguageDetail > keywords [Patrick Chiu]
29
- enh(java) add `goto` to be recognized as a keyword in Java [Alvin Joy][]
30
- enh(bash) add keyword `sudo` [Alvin Joy][]
31
+- enh(css) add `justify-items` and `justify-self` attributes [Vasily Polovnyov][]
32
33
New Grammars:
34
src/languages/lib/css-shared.js
@@ -483,6 +483,8 @@ export const ATTRIBUTES = [
483
'isolation',
484
'kerning',
485
'justify-content',
486
+ 'justify-items',
487
+ 'justify-self',
488
'left',
489
'letter-spacing',
490
'lighting-color',
0 commit comments