Use generics for scroll-snap-points-*

This commit is contained in:
Anthony Ramine 2017-06-06 14:28:24 +02:00
parent bc1eef8f5e
commit 195e98e745
8 changed files with 122 additions and 110 deletions

View file

@ -16,6 +16,8 @@ use values::specified::url::SpecifiedUrl;
pub mod background;
pub mod basic_shape;
pub mod border;
#[cfg(feature = "gecko")]
pub mod gecko;
pub mod grid;
pub mod image;
pub mod position;