1 2 3 4 5 6
pub mod forky_style { pub const BUTTON_LIKE: &str = "button-like"; pub const CENTER_PARENT: &str = "center-parent"; pub const FLEX_COL: &str = "flex-col"; pub const FLEX_ROW: &str = "flex-row"; }