Skip to content

Commit

Permalink
docs: update tailwind import with additional query string based on ta…
Browse files Browse the repository at this point in the history
…ilwind documentation
  • Loading branch information
joonmo-you committed Apr 27, 2024
1 parent 7b2fa03 commit f1f0fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -306,6 +306,7 @@
- johnpolacek
- johnson444
- joms
- joonmo-you
- joshball
- JoshuaKGoldberg
- jplhomer
Expand Down
2 changes: 1 addition & 1 deletion docs/styling/tailwind.md
Expand Up @@ -55,7 +55,7 @@ import type { LinksFunction } from "@remix-run/node"; // or cloudflare/deno

// ...

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

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

0 comments on commit f1f0fc3

Please sign in to comment.