CSSLint: fix definition for 'rotate'

This commit is contained in:
tophf 2018-12-24 21:10:46 +03:00
parent d3c73391f1
commit 8688276b68

View File

@ -553,7 +553,7 @@ self.parserlib = (() => {
'rest-before': 1, 'rest-before': 1,
'richness': 1, 'richness': 1,
'right': '<width>', 'right': '<width>',
'rotate': 'none | <number>{3}? <angle>', 'rotate': 'none | [ <number>{3} ]? <angle>',
'rotation': 1, 'rotation': 1,
'rotation-point': 1, 'rotation-point': 1,
'row-gap': '<row-gap>', 'row-gap': '<row-gap>',