import * as mod from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts";
Variables
Injects styles into the global scope and is useful for applications such as gloabl styles, CSS resets or font faces. | |
Note: The styles will be injected on first use. | |
v tw | A proxy to the currently active Twind instance. |
v tx |
Functions
f auto | |
Looks for a matching dark color within a tailwind color palette ( | |
Used for static HTML processing (usually to provide SSR support for your javascript-powered web apps) | |
f css | |
f cx | Constructs |
f dom | |
Used for static HTML processing (usually to provide SSR support for your javascript-powered web apps) | |
Returns a sheet useable in the current environment. | |
f hash | |
Used for static HTML processing (usually to provide SSR support for your javascript-powered web apps) | |
f mo | |
f mql | |
f noop | |
Interfaces
Result of extract | |
Options for inline | |
Type Aliases
Allows to return a dark color for the given light color. | |
Allows to extract the supported properties of a style function. | |
T Rule | |
T When |