Last active
January 8, 2022 05:20
-
-
Save dipeshhkc/8f7c5fae0ac0b0497597149b160e7c6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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