Helper macros for using the code generated by tailwindcss-to-rust.
The generated code provides a number of static structs where each field is
a class name or modifier (like "lg" or "hover"). In typical use, you need
to combine multiple names and modifiers into a single string to be set as
an element's class
attribute. This crate provides two macros to make
using this a bit more ergonomic.
A Dioxus example:
// Note that you have to write this css module to tie it all together.
use *;
use *;