Skip to content
Discussion options

You must be logged in to vote

Thanks to https://discord.com/channels/770287896669978684/1166826036873396254/1166851708392046733 and https://github.com/mvacha/remix-vite/blob/main/app/root.tsx I found this was an easy fix by removing:

import type { LinksFunction } from "@remix-run/cloudflare";

import styles from "./tailwind.css?url";

export const links: LinksFunction = () => [
  { rel: "stylesheet", href: styles },
];

with

import "./tailwind.css";

in my app/root.tsx file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@artemis-prime
Comment options

Answer selected by ryan0x44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants