Rename CommaSeparated to OneOrMoreCommaSeparated, reflecting its behavior.

This commit is contained in:
Simon Sapin 2017-02-03 13:15:53 +01:00
parent 4701850f37
commit 9ec8418d8c
4 changed files with 9 additions and 9 deletions

View file

@ -59,4 +59,4 @@ pub mod cursor;
pub mod values;
pub mod viewport;
pub use values::{ToCss, CommaSeparated};
pub use values::{ToCss, OneOrMoreCommaSeparated};