This commit is contained in:
Manish Goregaokar 2016-08-02 11:16:50 +05:30
parent eb82cc25ef
commit 1e7973263f
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
4 changed files with 17 additions and 18 deletions

View file

@ -8,8 +8,8 @@
//! [position]: https://drafts.csswg.org/css-backgrounds-3/#position
use cssparser::ToCss;
use values::computed::LengthOrPercentage;
use std::fmt;
use values::computed::LengthOrPercentage;
#[derive(Debug, Clone, PartialEq, Copy)]
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]