Replace IntegerOrAuto with ZIndex

It's its only use.
This commit is contained in:
Anthony Ramine 2018-02-20 10:13:01 +01:00
parent 6a7ae3b12e
commit b44ffcf498
9 changed files with 75 additions and 50 deletions

View file

@ -262,7 +262,6 @@ class Longhand(object):
"ImageOrientation",
"InitialLetter",
"Integer",
"IntegerOrAuto",
"JustifyContent",
"JustifyItems",
"JustifySelf",
@ -283,6 +282,7 @@ class Longhand(object):
"TransformStyle",
"XSpan",
"XTextZoom",
"ZIndex",
}
return bool(self.keyword)