setup tailwind + lint and format from root
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { MetaFunction, LinksFunction } from "remix"
|
||||
import {
|
||||
Links,
|
||||
LiveReload,
|
||||
@@ -6,12 +7,16 @@ import {
|
||||
Scripts,
|
||||
ScrollRestoration,
|
||||
} from "remix"
|
||||
import type { MetaFunction } from "remix"
|
||||
import tailwindCss from "./tailwind.css"
|
||||
|
||||
export const meta: MetaFunction = () => {
|
||||
return { title: "New Remix App" }
|
||||
}
|
||||
|
||||
export const links: LinksFunction = () => [
|
||||
{ rel: "stylesheet", href: tailwindCss },
|
||||
]
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user