Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lamualfa/routify-tailwind

Use Routify with Tailwind CSS
https://github.com/lamualfa/routify-tailwind

routify svelte tailwind template

Last synced: about 3 hours ago
JSON representation

Use Routify with Tailwind CSS

Awesome Lists containing this project

README

        

# Use Routify with Tailwind CSS

Check out demo [Here](https://routify-tailwind.vercel.app/).

## Features

- Purging Styles in Svelte component

## Installation

```bash
npx degit lamualfa/routify-tailwind folder-name
```

The command above will create a new folder with the name `folder-name` which contains Routify + Tailwind CSS template.

## Environment Used

- Routify `2.5.1-next-major`
- Tailwind `2.0.2`
- PostCSS `8.2.1`

## Note

**This template use _Tailwind CSS_ `v2.0.2`.** If you need the latest version, just run the command `yarn add tailwindcss` or `npm install tailwindcss` to update the Tailwind CSS.

Special thank's to [dominikg/svite](https://github.com/dominikg/svite) for the Tailwind configuration file.


## Related

- [routify-ts](https://github.com/lamualfa/routify-ts) - Use Typescript in Routify Project.
- [routify-twind](https://github.com/lamualfa/routify-twind) - Use Twind (_Tailwind CSS in JS version_) in Routify.
- [routify-windi](https://github.com/lamualfa/routify-windi) - Use Windi CSS (_Next generation of Tailwind CSS compiler_) in Routify.
- [routify-carbon](https://github.com/lamualfa/routify-carbon) - Use IBM Carbon Framework in Routify.
- [routify-vite](https://github.com/lamualfa/routify-vite) Use Vite (_Next Generation Frontend Tooling_) in Routify.
- [routify-vite-ts](https://github.com/lamualfa/routify-vite-ts) Use Vite (_Next Generation Frontend Tooling_) & Typescript in Routify.