Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```