Create a module for generics and make BorderRadiusSize generic

This commit is contained in:
Ravi Shankar 2017-04-12 21:02:43 +05:30
parent c5c6e8c442
commit 0249270f61
9 changed files with 91 additions and 74 deletions

View file

@ -82,6 +82,7 @@ macro_rules! add_impls_for_keyword_enum {
}
pub mod computed;
pub mod generics;
pub mod specified;
/// A CSS float value.