Introduce CommaWithSpace

This allows us to support stroke-dasharray the same way as comma-separated
values.
This commit is contained in:
Anthony Ramine 2017-06-27 11:06:24 +02:00
parent 17875b8a81
commit c03f5f19ab
4 changed files with 39 additions and 23 deletions

View file

@ -71,7 +71,7 @@ pub mod values;
#[macro_use]
pub mod viewport;
pub use values::{Comma, OneOrMoreSeparated, Separator, Space, ToCss};
pub use values::{Comma, CommaWithSpace, OneOrMoreSeparated, Separator, Space, ToCss};
pub use viewport::HasViewportPercentage;
/// The error type for all CSS parsing routines.