mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Move LengthOrPercentageOrAuto to style::attr.
This commit is contained in:
parent
1bc94c132e
commit
06a1d04ca6
10 changed files with 17 additions and 21 deletions
|
@ -3,8 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use app_units::Au;
|
||||
use style::attr::{AttrValue, parse_length};
|
||||
use util::str::LengthOrPercentageOrAuto;
|
||||
use style::attr::{AttrValue, LengthOrPercentageOrAuto, parse_length};
|
||||
|
||||
#[test]
|
||||
fn test_parse_double() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue