mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Rename alias to aliases in Longhand and Shorthand
Differential Revision: https://phabricator.services.mozilla.com/D105810
This commit is contained in:
parent
742c5e0d17
commit
4dc475d3a1
11 changed files with 32 additions and 32 deletions
|
@ -112,7 +112,7 @@ pub fn parse_border<'i, 't>(
|
|||
'border-%s-%s' % (side, prop)
|
||||
for prop in ['color', 'style', 'width']
|
||||
)}"
|
||||
alias="${maybe_moz_logical_alias(engine, (side, logical), '-moz-border-%s')}"
|
||||
aliases="${maybe_moz_logical_alias(engine, (side, logical), '-moz-border-%s')}"
|
||||
spec="${spec}">
|
||||
|
||||
pub fn parse_value<'i, 't>(
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<%helpers:shorthand
|
||||
name="gap"
|
||||
engines="gecko"
|
||||
alias="grid-gap"
|
||||
aliases="grid-gap"
|
||||
sub_properties="row-gap column-gap"
|
||||
spec="https://drafts.csswg.org/css-align-3/#gap-shorthand"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue