mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Introduce CommaWithSpace
This allows us to support stroke-dasharray the same way as comma-separated values.
This commit is contained in:
parent
17875b8a81
commit
c03f5f19ab
4 changed files with 39 additions and 23 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue