Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Mar 21, 2024
1 parent 71fbfc3 commit 5db21b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/guides/css-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: CSS Files

There are two main ways to manage CSS files in Remix:

- [CSS bundling](#css-bundling)
- [CSS URL imports](#css-url-imports)
- [CSS bundling][css-bundling]
- [CSS URL imports][css-url-imports]

This guide covers the pros and cons of each approach, and provides some recommendations based on your project's specific needs.

Expand Down Expand Up @@ -168,3 +168,5 @@ It's ultimately personal preference when it comes to managing CSS files in your
[package-overrides]: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides
[vite-url-imports]: https://vitejs.dev/guide/assets#explicit-url-imports
[links-export]: ../route/links
[css-bundling]: #css-bundling
[css-url-imports]: #css-url-imports

0 comments on commit 5db21b9

Please sign in to comment.