CSSLint: update definition for 'rotate'

This commit is contained in:
tophf 2018-12-24 21:10:46 +03:00
parent 685f9b80e8
commit 7a48484463
2 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@
'contain': true,
'mask-image': true,
'mix-blend-mode': true,
'rotate': true,
'isolation': true,
'zoom': true,

View File

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