mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Prefer Servo-specific ToCss for all types
This commit is contained in:
parent
5dbc8d02c9
commit
6061985898
44 changed files with 149 additions and 161 deletions
|
@ -56,8 +56,8 @@ ${helpers.single_keyword("image-rendering",
|
|||
derived_from="display"
|
||||
products="servo"
|
||||
animatable="False">
|
||||
use cssparser::ToCss;
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
use values::computed::ComputedValueAsSpecified;
|
||||
use values::NoViewportPercentage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue