Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 471 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 471 Bytes

Remix with UnoCSS example

This repository shows how you might configure a Remix application to use UnoCSS.

See it in action here.

Explanation

We follow a similar setup to the suggested Tailwind setup from the Remix docs. We use the Uno CLI to generate a CSS file that is then imported in root.tsx and used in the links function to create a stylesheet link.