Make WordPress Core

Ticket #43896: 43896-1.diff

File 43896-1.diff, 2.3 KB (added by subrataemfluence, 6 years ago)
  • .js

    diff --git a/csslint.js b/csslint-new.js
    index 374adc9..c3632a9 100755
    old new var Properties = module.exports = { 
    35433543    "grid-column"                   : 1,
    35443544    "grid-columns"                  : 1,
    35453545    "grid-column-align"             : "start | end | center | stretch",
     3546    "grid-column-gap"                           : "inherit | initial | unset",
    35463547    "grid-column-sizing"            : 1,
    35473548    "grid-column-start"             : 1,
    35483549    "grid-column-end"               : 1,
    35493550    "grid-column-span"              : "<integer>",
    35503551    "grid-flow"                     : "none | rows | columns",
     3552    "grid-gap"                                          : "inherit | initial | unset",
    35513553    "grid-layer"                    : "<integer>",
    35523554    "grid-row"                      : 1,
    35533555    "grid-rows"                     : 1,
    var Properties = module.exports = { 
    35553557    "grid-row-start"                : 1,
    35563558    "grid-row-end"                  : 1,
    35573559    "grid-row-span"                 : "<integer>",
     3560    "grid-row-gap"                                  : "inherit | initial | unset",
    35583561    "grid-row-sizing"               : 1,
    35593562    "grid-template"                 : 1,
    35603563    "grid-template-areas"           : 1,
    var Properties = module.exports = { 
    35813584
    35823585    //J
    35833586    "justify-content"               : "flex-start | flex-end | center | space-between | space-around",
     3587    "justify-items"                 : "flex-start | flex-end | center | space-between | space-around",
    35843588    "-webkit-justify-content"       : "flex-start | flex-end | center | space-between | space-around",
    35853589
    35863590    //K
    var Properties = module.exports = { 
    36693673    "phonemes"                      : 1,
    36703674    "pitch"                         : 1,
    36713675    "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",
    36723677    "play-during"                   : 1,
    36733678    "pointer-events"                : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all",
    36743679    "position"                      : "static | relative | absolute | fixed",
    CSSLint.addFormatter({ 
    1085610861});
    1085710862
    1085810863return CSSLint;
    10859 })();
     10864})();
     10865 No newline at end of file