Skip to content

Commit 0917869

Browse files
committed
Add justify-items and justify-self to list of known css attributes
1 parent 5bcb6c6 commit 0917869

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Core Grammars:
2828
- fix(types) fix interface LanguageDetail > keywords [Patrick Chiu]
2929
- enh(java) add `goto` to be recognized as a keyword in Java [Alvin Joy][]
3030
- enh(bash) add keyword `sudo` [Alvin Joy][]
31+
- enh(css) add `justify-items` and `justify-self` attributes [Vasily Polovnyov][]
3132

3233
New Grammars:
3334

src/languages/lib/css-shared.js

+2
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ export const ATTRIBUTES = [
483483
'isolation',
484484
'kerning',
485485
'justify-content',
486+
'justify-items',
487+
'justify-self',
486488
'left',
487489
'letter-spacing',
488490
'lighting-color',

0 commit comments

Comments
 (0)