Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-geneo/quasar-tailwindcss
Installing Tailwind CSS as a Quasar extension
https://github.com/mr-geneo/quasar-tailwindcss
css javascript quasar quasar-framework scss tailwind tailwind-css tailwindcss
Last synced: about 2 months ago
JSON representation
Installing Tailwind CSS as a Quasar extension
- Host: GitHub
- URL: https://github.com/mr-geneo/quasar-tailwindcss
- Owner: Mr-Geneo
- Created: 2021-11-22T06:37:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T11:30:11.000Z (about 3 years ago)
- Last Synced: 2024-11-15T03:04:48.739Z (2 months ago)
- Topics: css, javascript, quasar, quasar-framework, scss, tailwind, tailwind-css, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App Extension Tailwindcss
Installing Tailwind CSS as a Quasar extension
> A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
A Quasar App Extension
# Install
```bash
quasar ext add tailwindcss2
```Quasar CLI will retrieve it from the NPM registry and install the extension to your project.
## Prompts
> Explain the prompts here
# Uninstall
```bash
quasar ext remove tailwindcss2
```# Info
> Add longer information here that will help the user of your app extension.
# Other Info
> Add other information that's not as important to know
# Donate
If you appreciate the work that went into this App Extension, please consider [donating to Quasar](https://donate.quasar.dev).
# Debug
```bash
yarn add --dev file:./../quasar-tailwindcss
quasar ext invoke tailwindcss2
```