Use allow_empty vector longhand for box-shadow

This commit is contained in:
Manish Goregaokar 2016-07-15 15:09:19 +05:30
parent b6edae2f5e
commit a37eb82da8
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
3 changed files with 19 additions and 78 deletions

View file

@ -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;