Skip to main content
Deno 2 is finally here 🎉️
Learn more

Overview

Webite: https://rfui.deno.dev/

Releasing

Versioning

To create a new version of this library:

Generating the Tailwind CSS file

Here’s the process:

  1. Download the tailwindcss executable by following these instructions.
  2. Go to tailwind.config.ts and remove routes since that directory is just for the documentation, not for code that will be used by library users.
  3. Run ./tailwindcss -i static/app.css -o static/rfui.css --minify.