mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Move a bunch of font stuff living under generics to the proper module.
FontSettingsTagInt and such shouldn't be in the generic module, I know... But that will change in a bit.
This commit is contained in:
parent
1380f1a14f
commit
09398d42af
7 changed files with 189 additions and 177 deletions
|
@ -23,7 +23,7 @@ use style_traits::{CssWriter, ParseError, ToCss};
|
|||
use values::CSSFloat;
|
||||
use values::animated::{ToAnimatedValue, ToAnimatedZero};
|
||||
use values::computed::{Context, NonNegativeLength, ToComputedValue};
|
||||
use values::generics::{FontSettings, FontSettingTagInt};
|
||||
use values::generics::font::{FontSettings, FontSettingTagInt};
|
||||
use values::specified::font as specified;
|
||||
use values::specified::length::{FontBaseSize, NoCalcLength};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue