icee 0.1.0-alpha0.2

A CSS-like style system for the iced ui framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod rule;
mod stylesheet;
mod traits;
mod widgets;

pub mod command;

#[cfg(feature = "hot-reload")]
pub mod subscription;

pub(crate) use rule::*;

pub use stylesheet::*;
pub use traits::*;