From fbdfc68022964bd8af5ed5bd0624dfd77561c084 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 27 Apr 2018 17:15:01 +0300 Subject: [PATCH] CSS Display Module Level 3 (ED 2018-04-20) --- vendor-overwrites/csslint/parserlib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-overwrites/csslint/parserlib.js b/vendor-overwrites/csslint/parserlib.js index 7cdac5f7..facea48d 100644 --- a/vendor-overwrites/csslint/parserlib.js +++ b/vendor-overwrites/csslint/parserlib.js @@ -903,7 +903,7 @@ self.parserlib = (() => { Matcher.cast('') .braces(1, Infinity, '#', Matcher.cast(',').question()), - '': 'list-item && ? && [ flow | flow-root ]?', + '': '? && [ flow | flow-root ]? && list-item', '' : '[ ? ]+ ?',