Use generics for the border-image-width property

This commit is contained in:
Anthony Ramine 2017-05-23 10:10:35 +02:00
parent 7a214831f0
commit c8eb277ca5
8 changed files with 115 additions and 189 deletions

View file

@ -16,6 +16,7 @@ use super::CustomIdent;
pub use self::basic_shape::serialize_radius_values;
pub mod basic_shape;
pub mod border;
pub mod grid;
pub mod image;
pub mod position;