Crate include_tailwind

Source

Macros§

include_tailwind
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
include_tailwind_raw
includes the raw generated tailwind file like include_str!, yields an empty file in debug
load_tailwind
automaticly loads tailwind, depending on the config the macro should be called in the head to the html doc:

Structs§

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

Enums§

LoadTailwind
the result of the load_tailwind! macro