From 4522362f76e603a3d3edc4ce5e50863f89c45f2d Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 18 Dec 2017 10:26:15 +0300 Subject: [PATCH] csslint: CSS Grid Layout Module Level 1 (ED, Nov 28, 2017) --- vendor-overwrites/csslint/csslint-worker.js | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/vendor-overwrites/csslint/csslint-worker.js b/vendor-overwrites/csslint/csslint-worker.js index c76ae6cb..bebc053a 100644 --- a/vendor-overwrites/csslint/csslint-worker.js +++ b/vendor-overwrites/csslint/csslint-worker.js @@ -3604,33 +3604,33 @@ var Properties = module.exports = { "gap" : "[ | normal ]{1,2}", "glyph-orientation-horizontal" : "", "glyph-orientation-vertical" : "auto | ", - "grid" : 1, - "grid-area" : 1, - "grid-auto-columns" : 1, - "grid-auto-flow" : 1, + "grid" : " | / [ auto-flow && dense? ] ? | [ auto-flow && dense? ] ? / ", + "grid-area" : " [ / ]{0,3}", + "grid-auto-columns" : "+", + "grid-auto-flow" : "[ row | column ] || dense", "grid-auto-position" : 1, - "grid-auto-rows" : 1, + "grid-auto-rows" : "+", "grid-cell-stacking" : "columns | rows | layer", - "grid-column" : 1, + "grid-column" : " [ / ]?", "grid-columns" : 1, "grid-column-align" : "start | end | center | stretch", "grid-column-sizing" : 1, - "grid-column-start" : 1, - "grid-column-end" : 1, + "grid-column-start" : "", + "grid-column-end" : "", "grid-column-span" : "", "grid-flow" : "none | rows | columns", "grid-layer" : "", - "grid-row" : 1, + "grid-row" : " [ / ]?", "grid-rows" : 1, "grid-row-align" : "start | end | center | stretch", - "grid-row-start" : 1, - "grid-row-end" : 1, + "grid-row-start" : "", + "grid-row-end" : "", "grid-row-span" : "", "grid-row-sizing" : 1, - "grid-template" : 1, - "grid-template-areas" : 1, - "grid-template-columns" : 1, - "grid-template-rows" : 1, + "grid-template" : "none | [ / ] | [ ? ? ? ]+ [ / ]?", + "grid-template-areas" : "none | +", + "grid-template-columns" : "none | | ", + "grid-template-rows" : "none | | ", //H "hanging-punctuation" : 1,