style: Generalise BorderCornerRadius as Size.

This commit is contained in:
Emilio Cobos Álvarez 2017-09-15 18:11:27 +02:00
parent 4936314b7e
commit f9c06d7932
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 122 additions and 60 deletions

View file

@ -25,6 +25,7 @@ pub mod grid;
pub mod image;
pub mod position;
pub mod rect;
pub mod size;
pub mod svg;
pub mod text;
pub mod transform;