mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
fb26ae7df5
commit
91e2119636
3 changed files with 66 additions and 2 deletions
|
@ -280,3 +280,6 @@ class PropertiesData(object):
|
|||
self.add_prefixed_aliases(shorthand)
|
||||
self.shorthands.append(shorthand)
|
||||
return shorthand
|
||||
|
||||
def shorthands_except_all(self):
|
||||
return [s for s in self.shorthands if s.name != "all"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue