pub fn parse_tailwind_flat_lower(name: &str, index: usize) -> Option<[u8; 4]>Expand description
Parse a TailwindCSS color name into a [u8;4] in the order of RGBA.
This is a non-allocating version of parse_tailwind,
will fail if the string is not flatlowercase.