forky_web 0.2.0

Rust Utilities
Documentation
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";
}