0.1.8 • Published 5 years ago
quasar-app-extension-twcss v0.1.8
TailwindCSS
This extension makes it easy to integrate TailwindCSS (https://tailwindcss.com/) into Quasar (https://quasar.dev).
The extension is currently in a very early stage. Feel free to test and send PRs/issues along.
Install
quasar ext add twcssQuasar CLI will retrieve it from NPM and install the extension.
Prompts
prefixstring - adds a class prefix to every tailwind class namepartslist - decide which parts of tailwind you want to install (base,components,utilities)
Uninstall
quasar ext remove twcssRemoves the extension, optionally also the folder /src/extensions/tailwindcss to fully delete all files that were created with this plugin.
Features
- Working
tailwindcssinstallation and usage - PurgeCSS for production builds
You can configure the
tailwind.cssandtailwind.config.jsfile in thesrc/extensions/tailwindcss/folder after installation. See https://tailwindcss.com/docs/installation/#2-add-tailwind-to-your-css and https://tailwindcss.com/docs/configuration/