mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move geckolib/values.rs to style/gecko_values.rs
This commit is contained in:
parent
e945d11fd7
commit
2c1f7c8a85
3 changed files with 8 additions and 5 deletions
|
@ -81,8 +81,8 @@ pub mod dom;
|
|||
pub mod element_state;
|
||||
pub mod error_reporting;
|
||||
pub mod font_face;
|
||||
#[cfg(feature = "gecko")]
|
||||
pub mod gecko_conversions;
|
||||
#[cfg(feature = "gecko")] pub mod gecko_conversions;
|
||||
#[cfg(feature = "gecko")] pub mod gecko_values;
|
||||
pub mod keyframes;
|
||||
pub mod logical_geometry;
|
||||
pub mod matching;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue