Tweak Window API to fit a bit better
This commit is contained in:
parent
2a73b399d9
commit
896702287f
8 changed files with 90 additions and 29 deletions
|
|
@ -29,7 +29,7 @@ pub use style_keys::StyleKey;
|
|||
pub type StylesList = SpacedSet<StyleKey>;
|
||||
|
||||
pub mod styles;
|
||||
pub use styles::{Appearance, Styles};
|
||||
pub use styles::{Appearance, Styles, Style};
|
||||
|
||||
pub mod stylesheet;
|
||||
pub use stylesheet::StyleSheet;
|
||||
|
|
|
|||
Reference in a new issue