Re-exports§
pub use crate::modifier::*;pub use crate::responsive::*;pub use crate::dark_mode::*;pub use crate::layout::*;pub use crate::flex::*;pub use crate::spacing::*;pub use crate::sizing::*;pub use crate::typography::*;pub use crate::backgrounds::*;pub use crate::borders::*;pub use crate::effects::*;pub use crate::filters::*;pub use crate::tables::*;pub use crate::transitions::*;pub use crate::transforms::*;pub use crate::interactivity::*;pub use crate::svg::*;pub use crate::accessibility::*;
Macros§
- class
- The arguments are list of expressions, separated by space, all of them need to be compatible with String::from()
- colors
Structs§
- Class
- Class struct is just a wrapper of
Vec<String>