mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
Update rust-cssparser for visibility rules.
This commit is contained in:
parent
ddce8b8fa0
commit
23e3757db6
9 changed files with 15 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
use std::ascii::StrAsciiExt;
|
||||
use cssparser::*;
|
||||
use cssparser::ast::{ComponentValue, Ident, SkipWhitespaceIterable};
|
||||
|
||||
|
||||
pub fn one_component_value<'a>(input: &'a [ComponentValue]) -> Option<&'a ComponentValue> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue