Skip to content

Commit

Permalink
docs(plugin/tailwindcss): update readme for tailwind plugin with new …
Browse files Browse the repository at this point in the history
…options
  • Loading branch information
trobonox committed Jul 25, 2024
1 parent add71b2 commit a3b41cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/tailwindcss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ export default defineConfig({

## Options

> For now, there's no options available. We're trying to see what would be the best way to configure TailwindCSS in Stein. If you have any suggestions, feel free to open an issue or a pull request.
| Property | Type | Default | Description |
| --- | --- | --- | --- |
| `configPath` | `string` | `"tailwind.config.js"` | Path to the Tailwind config file, e.g. `"configs/tailwind.config.js"`. |
| `config` | `object` | `{ content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"]}` | A direct way to change your Tailwind config (only recommended if you have a very small config, otherwise please use an external config file) |

0 comments on commit a3b41cc

Please sign in to comment.