CSSLint: update definition for 'rotate'
This commit is contained in:
parent
685f9b80e8
commit
7a48484463
|
@ -159,6 +159,7 @@
|
||||||
'contain': true,
|
'contain': true,
|
||||||
'mask-image': true,
|
'mask-image': true,
|
||||||
'mix-blend-mode': true,
|
'mix-blend-mode': true,
|
||||||
|
'rotate': true,
|
||||||
'isolation': true,
|
'isolation': true,
|
||||||
'zoom': true,
|
'zoom': true,
|
||||||
|
|
||||||
|
|
|
@ -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 | [ x | y | z | <number>{3} ]? && <angle>',
|
||||||
'rotation': 1,
|
'rotation': 1,
|
||||||
'rotation-point': 1,
|
'rotation-point': 1,
|
||||||
'row-gap': '<row-gap>',
|
'row-gap': '<row-gap>',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user