Make WordPress Core

Ticket #43896: 43896.diff

File 43896.diff, 563 bytes (added by subrataemfluence, 6 years ago)

Added property justify-items

  • .js

    old new  
    35813581
    35823582    //J
    35833583    "justify-content"               : "flex-start | flex-end | center | space-between | space-around",
     3584    "justify-items"                 : "flex-start | flex-end | center | space-between | space-around",
    35843585    "-webkit-justify-content"       : "flex-start | flex-end | center | space-between | space-around",
    35853586
    35863587    //K
     
    1085610857});
    1085710858
    1085810859return CSSLint;
    10859 })();
     10860})();
     10861 No newline at end of file