diff --git a/csslint.js b/csslint-new.js
index 374adc9..c3632a9 100755
old
|
new
|
var Properties = module.exports = { |
3543 | 3543 | "grid-column" : 1, |
3544 | 3544 | "grid-columns" : 1, |
3545 | 3545 | "grid-column-align" : "start | end | center | stretch", |
| 3546 | "grid-column-gap" : "inherit | initial | unset", |
3546 | 3547 | "grid-column-sizing" : 1, |
3547 | 3548 | "grid-column-start" : 1, |
3548 | 3549 | "grid-column-end" : 1, |
3549 | 3550 | "grid-column-span" : "<integer>", |
3550 | 3551 | "grid-flow" : "none | rows | columns", |
| 3552 | "grid-gap" : "inherit | initial | unset", |
3551 | 3553 | "grid-layer" : "<integer>", |
3552 | 3554 | "grid-row" : 1, |
3553 | 3555 | "grid-rows" : 1, |
… |
… |
var Properties = module.exports = { |
3555 | 3557 | "grid-row-start" : 1, |
3556 | 3558 | "grid-row-end" : 1, |
3557 | 3559 | "grid-row-span" : "<integer>", |
| 3560 | "grid-row-gap" : "inherit | initial | unset", |
3558 | 3561 | "grid-row-sizing" : 1, |
3559 | 3562 | "grid-template" : 1, |
3560 | 3563 | "grid-template-areas" : 1, |
… |
… |
var Properties = module.exports = { |
3581 | 3584 | |
3582 | 3585 | //J |
3583 | 3586 | "justify-content" : "flex-start | flex-end | center | space-between | space-around", |
| 3587 | "justify-items" : "flex-start | flex-end | center | space-between | space-around", |
3584 | 3588 | "-webkit-justify-content" : "flex-start | flex-end | center | space-between | space-around", |
3585 | 3589 | |
3586 | 3590 | //K |
… |
… |
var Properties = module.exports = { |
3669 | 3673 | "phonemes" : 1, |
3670 | 3674 | "pitch" : 1, |
3671 | 3675 | "pitch-range" : 1, |
| 3676 | "place-self" : "inherit | initial | unset | auto | center | normal | start | end | self-start | self-end | flex-start | flex-end | left | right | baseline | first | last | stretch", |
3672 | 3677 | "play-during" : 1, |
3673 | 3678 | "pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all", |
3674 | 3679 | "position" : "static | relative | absolute | fixed", |
… |
… |
CSSLint.addFormatter({ |
10856 | 10861 | }); |
10857 | 10862 | |
10858 | 10863 | return CSSLint; |
10859 | | })(); |
| 10864 | })(); |
| 10865 | No newline at end of file |