https://github.com/lamualfa/routify-twind
Use Twind (Tailwind CSS in JS version) in Routify
https://github.com/lamualfa/routify-twind
css-in-js routify svelte tailwindcss template twind
Last synced: 4 months ago
JSON representation
Use Twind (Tailwind CSS in JS version) in Routify
- Host: GitHub
- URL: https://github.com/lamualfa/routify-twind
- Owner: lamualfa
- Created: 2020-12-26T08:44:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T17:00:49.000Z (about 4 years ago)
- Last Synced: 2025-01-01T04:52:55.460Z (5 months ago)
- Topics: css-in-js, routify, svelte, tailwindcss, template, twind
- Language: JavaScript
- Homepage: https://routify-twind.vercel.app/
- Size: 3.89 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# routify-twind
Use Twind (_Tailwind CSS in JS version_) in Routify. What is Twind? see [Twind](https://github.com/tw-in-js/twind) for more informations.
## Installation
```bash
npx degit lamualfa/routify-twind project-name
cd project-name
yarn && yarn dev
```
## Environment
- Routify - `v2.12.5`
- Twind - `v0.15.4`
## Demo
See [routify-twind.vercel.app](https://routify-twind.vercel.app/).
## Related
- [routify-ts](https://github.com/lamualfa/routify-ts) - Use Typescript in Routify Project.
- [routify-tailwind](https://github.com/lamualfa/routify-tailwind) - Use Tailwind CSS 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.