Rebase and update new css properties.

This commit is contained in:
Glenn Watson 2014-10-21 09:11:52 +10:00 committed by Josh Matthews
parent 442c28d9f7
commit 037f6c2cae

View file

@ -467,6 +467,7 @@ pub mod longhands {
pub type SpecifiedValue = computed_value::T; pub type SpecifiedValue = computed_value::T;
pub mod computed_value { pub mod computed_value {
use std::fmt; use std::fmt;
#[deriving(PartialEq, Clone)] #[deriving(PartialEq, Clone)]
pub enum T { pub enum T {
Auto, Auto,