Skip to content

Instantly share code, notes, and snippets.

@laxmariappan
Created May 23, 2022 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laxmariappan/e9a0dcc858f845c223f03299c3ba9374 to your computer and use it in GitHub Desktop.
Save laxmariappan/e9a0dcc858f845c223f03299c3ba9374 to your computer and use it in GitHub Desktop.
Remix Tailwind importing styles
import styles from "./tailwind.css";
//Link the stylesheet
export const links = () => [
{ rel: "stylesheet", href: styles },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment