quasar-app-extension-twcss
v0.1.8
Published
Integration of TailwindCSS into Quasar Framework
Downloads
5
Maintainers
Readme
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 twcss
Quasar CLI will retrieve it from NPM and install the extension.
Prompts
prefix
string - adds a class prefix to every tailwind class nameparts
list - decide which parts of tailwind you want to install (base
,components
,utilities
)
Uninstall
quasar ext remove twcss
Removes the extension, optionally also the folder /src/extensions/tailwindcss
to fully delete all files that were created with this plugin.
Features
- Working
tailwindcss
installation and usage - PurgeCSS for production builds
You can configure the
tailwind.css
andtailwind.config.js
file 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/