Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Last active January 8, 2022 05:20
Show Gist options
  • Save dipeshhkc/8f7c5fae0ac0b0497597149b160e7c6e to your computer and use it in GitHub Desktop.
Save dipeshhkc/8f7c5fae0ac0b0497597149b160e7c6e to your computer and use it in GitHub Desktop.
import stylesUrl from "~/styles/tailwind.css";
import type { LinksFunction } from "remix";
export const links: LinksFunction = () => {
return [{ rel: "stylesheet", href: stylesUrl }];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment