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', '' : '[ ? ]+ ?',