pub const COLORFUL_BASECLASSES: [&str; 22] = [
"text",
"bg",
"border",
"border-x",
"border-y",
"border-s",
"border-e",
"border-t",
"border-r",
"border-b",
"border-l",
"divide",
"outline",
"ring",
"ring-offset",
"shadow",
"caret",
"accent",
"fill",
"stroke",
"placeholder",
"decoration",
];