Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```