macro_rules! include_tailwind_raw {
(always) => { ... };
() => { ... };
}
Expand description
includes the raw generated tailwind file like include_str!
,
yields an empty file in debug
call include_tailwind_raw!(always)
to always and include file
(also needs to be enabled in the build.rs config to work)