mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Use allow_empty vector longhand for box-shadow
This commit is contained in:
parent
b6edae2f5e
commit
a37eb82da8
3 changed files with 19 additions and 78 deletions
|
@ -16,7 +16,7 @@ use properties::longhands::line_height::computed_value::T as LineHeight;
|
|||
use properties::longhands::text_shadow::computed_value::T as TextShadowList;
|
||||
use properties::longhands::text_shadow::computed_value::TextShadow;
|
||||
use properties::longhands::box_shadow::computed_value::T as BoxShadowList;
|
||||
use properties::longhands::box_shadow::computed_value::BoxShadow;
|
||||
use properties::longhands::box_shadow::single_value::computed_value::T as BoxShadow;
|
||||
use properties::longhands::transform::computed_value::ComputedMatrix;
|
||||
use properties::longhands::transform::computed_value::ComputedOperation as TransformOperation;
|
||||
use properties::longhands::transform::computed_value::T as TransformList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue