Skip to content

Instantly share code, notes, and snippets.

@nksaraf
Last active January 1, 2021 07:49
Show Gist options
  • Save nksaraf/70f9f411a98c8d4890eb640a658b86c8 to your computer and use it in GitHub Desktop.
Save nksaraf/70f9f411a98c8d4890eb640a658b86c8 to your computer and use it in GitHub Desktop.
twind
import { setup } from "twind/shim";
import colors from "twind/colors";
setup({
theme: {
extend: {
colors: colors,
},
},
target: document.body, // Default document.documentElement (eg html)
});
{
"name": "twind",
""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment