0.2.6 • Published 2 years ago
@svelte-compose/tailwindcss v0.2.6
TailwindCSS
This is a composer for svelte-compose and is used to add TailwindCSS to your svelte/kit project.
You can find all options for this composer on this site. We will only provide a short breakdown of the composer features here.
Basic usage
npx @svelte-compose/tailwindcss@latestIn case you already have a directory in mind, you can use this:
npx @svelte-compose/tailwindcss@latest --path ./your-projectAvailable options
typography(default: false) - Do you want to use typography plugin?
Option syntax
npx @svelte-compose/tailwindcss@latest --key valueSpecific example
npx @svelte-compose/tailwindcss@latest --typography falseYou can combine as many options as you want. The usage of options is optional. If you don't specify an option value via the command line, the CLI will ask you the questions interactively.