mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Parse sizes attribute values.
This commit is contained in:
parent
8397c5b0a2
commit
c31b0e4bd2
7 changed files with 179 additions and 1 deletions
|
@ -164,7 +164,7 @@ pub enum ExpressionKind {
|
|||
/// http://dev.w3.org/csswg/mediaqueries-3/#media1
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub struct Expression(ExpressionKind);
|
||||
pub struct Expression(pub ExpressionKind);
|
||||
|
||||
impl Expression {
|
||||
/// The kind of expression we're, just for unit testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue