mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
style: Move line-clamp out of mako and do some adjacent clean-up
No behavior change, but simplifies the following patch. Differential Revision: https://phabricator.services.mozilla.com/D155180
This commit is contained in:
parent
3fa76ff2e8
commit
a44db17432
12 changed files with 101 additions and 99 deletions
|
@ -466,6 +466,7 @@ class Longhand(Property):
|
|||
"JustifyItems",
|
||||
"JustifySelf",
|
||||
"LineBreak",
|
||||
"LineClamp",
|
||||
"MasonryAutoFlow",
|
||||
"MozForceBrokenImageIcon",
|
||||
"text::MozControlCharacterVisibility",
|
||||
|
@ -483,7 +484,6 @@ class Longhand(Property):
|
|||
"OverflowWrap",
|
||||
"OverscrollBehavior",
|
||||
"Percentage",
|
||||
"PositiveIntegerOrNone",
|
||||
"PrintColorAdjust",
|
||||
"Resize",
|
||||
"RubyPosition",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue