lerni 0.0.6

Lerni content framework
Documentation
1
2
3
4
5
6
7
8
9
//! Components properties.

mod align;
mod color;
mod flip;

pub use align::{Align, VAlign};
pub use color::Color;
pub use flip::Flip;