mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style::properties::longhand shouldn’t be public.
This commit is contained in:
parent
82050d1e53
commit
18de4dd75d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pub use properties::{cascade, cascade_anonymous, computed};
|
|||
pub use properties::{PropertyDeclaration, ComputedValues, computed_values, style_structs};
|
||||
pub use properties::{PropertyDeclarationBlock, parse_style_attribute}; // Style attributes
|
||||
pub use properties::{CSSFloat, DeclaredValue, PropertyDeclarationParseResult};
|
||||
pub use properties::{longhands, Angle, AngleOrCorner, AngleAoc, CornerAoc};
|
||||
pub use properties::{Angle, AngleOrCorner, AngleAoc, CornerAoc};
|
||||
pub use properties::{Left, Right, Bottom, Top};
|
||||
pub use node::{TElement, TElementAttributes, TNode};
|
||||
pub use selectors::{PseudoElement, Before, After, SelectorList, parse_selector_list_from_str};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue