Add counter(s) to CSSLint parserlib. Closes #553

This commit is contained in:
Rob Garrison 2018-11-17 23:23:55 -06:00
parent 1ff89acda3
commit b41a39d36e

View File

@ -947,7 +947,7 @@ self.parserlib = (() => {
'saturation() | lightness() | whiteness() | blackness() | ' +
'tint() | shade() | blend() | blenda() | contrast()',
'<content-list>': '[ <string> | <image> | attr() | content() | leader() | ' +
'<content-list>': '[ <string> | <image> | attr() | content() | counter() | counters() | leader() | ' +
'[ open-quote | close-quote | no-open-quote | no-close-quote ] | ' +
'[ target-counter() | target-counters() | target-text() ] ]+',