mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
parent
11396b4dd3
commit
9c2dbfe0d7
2 changed files with 9 additions and 5 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
% for side in ALL_SIDES:
|
||||
<%helpers:longhand name="border-${side[0]}-width" animatable="True" logical="${side[1]}"
|
||||
alias=maybe_moz_logical_alias(product, side, "-moz-border-%s-width")
|
||||
alias="${maybe_moz_logical_alias(product, side, '-moz-border-%s-width')}"
|
||||
spec="${maybe_logical_spec(side, 'width')}">
|
||||
use app_units::Au;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue