prebuild tailwindcss for caching

need to figure out how to do this with remix-tailwind lol
This commit is contained in:
MapleLeaf
2022-01-12 11:01:38 -06:00
parent 8c3304144e
commit 50961e888e
5 changed files with 79 additions and 57 deletions

View File

@@ -1,5 +0,0 @@
import type { LoaderFunction } from "remix"
import { serveTailwindCss } from "remix-tailwind"
export const loader: LoaderFunction = () =>
serveTailwindCss("app/modules/ui/tailwind.css")