mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
parent
473934c989
commit
36ff89bd28
61 changed files with 73 additions and 437 deletions
|
@ -84,7 +84,6 @@ pub mod values;
|
|||
pub mod viewport;
|
||||
|
||||
pub use values::{Comma, CommaWithSpace, OneOrMoreSeparated, Separator, Space, ToCss};
|
||||
pub use viewport::HasViewportPercentage;
|
||||
|
||||
/// The error type for all CSS parsing routines.
|
||||
pub type ParseError<'i> = cssparser::ParseError<'i, SelectorParseError<'i, StyleParseError<'i>>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue