use remix-tailwind

This commit is contained in:
MapleLeaf
2021-12-29 15:18:14 -06:00
parent 5e88509973
commit 2ff496c46b
4 changed files with 61 additions and 118 deletions

View File

@@ -0,0 +1,4 @@
import type { LoaderFunction } from "remix"
import { serveTailwindCss } from "remix-tailwind"
export const loader: LoaderFunction = () => serveTailwindCss()