Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itschrislow/multitenant-tailwind-preset-example
Tutorial for using Tailwind presets for multiple tenants in a Next.js application
https://github.com/itschrislow/multitenant-tailwind-preset-example
nextjs tailwind tailwind-presets tailwindcss
Last synced: 18 days ago
JSON representation
Tutorial for using Tailwind presets for multiple tenants in a Next.js application
- Host: GitHub
- URL: https://github.com/itschrislow/multitenant-tailwind-preset-example
- Owner: itschrislow
- Created: 2022-01-22T15:14:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T07:09:41.000Z (over 2 years ago)
- Last Synced: 2024-10-12T09:30:19.671Z (3 months ago)
- Topics: nextjs, tailwind, tailwind-presets, tailwindcss
- Language: TypeScript
- Homepage: https://dev.to/itschrislow/using-tailwind-presets-for-multiple-tenants-in-nextjs-5gh3
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind Presets for Multiple Tenants Example
This example shows how to use [Tailwind Presets](https://tailwindcss.com/docs/presets) for multiple tenants in a Next.js application. Read the tutorial [here](https://dev.to/itschrislow/using-tailwind-presets-for-multiple-tenants-in-nextjs-5gh3).
## How to use
Run the following command to bootstrap the example:
```bash
git clone https://github.com/itschrislow/multitenant-tailwind-preset-example.git
```