mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move gecko_* into style::gecko
Prepping for the next stage where most of geckolib/ is popped in here
This commit is contained in:
parent
c6787458d9
commit
bc9cbc87ba
8 changed files with 14 additions and 16 deletions
|
@ -18,10 +18,10 @@ pub use servo_selector_impl::*;
|
|||
pub use servo_selector_impl::{ServoSelectorImpl as TheSelectorImpl, ServoElementSnapshot as ElementSnapshot};
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use gecko_selector_impl::*;
|
||||
pub use gecko::selector_impl::*;
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use gecko_selector_impl::{GeckoSelectorImpl as TheSelectorImpl};
|
||||
pub use gecko::selector_impl::{GeckoSelectorImpl as TheSelectorImpl};
|
||||
|
||||
/// This function determines if a pseudo-element is eagerly cascaded or not.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue