Crate include_tailwind

source ·

Macros§

  • includes the generated tailwind file wrapped that it can directly be used by the supported web frameworks as a response (the Stylesheet Type implements the corosponding trait if the feature is enabled) see the include_tailwind_raw docs for the possible arguments
  • includes the raw generated tailwind file like include_str!, yields an empty file in debug
  • automaticly loads tailwind, depending on the config the macro should be called in the head to the html doc:

Structs§

  • the wrapping type for the included tailwind source, automaticly works as a response type for the web frameworks, enabled by the features

Enums§