1.2.4 • Published 4 years ago

roxi-plugin-tailwindcss v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Setting-up Tailwindcss to a new Roxi project is a bit time consuming.

So, I have created a node package cli script to setup Tailwindcss to a brand new Roxi in one command.

How to Use

After creating a brand new Roxi project with npx roxi create my-new-app && cd my-new-app

In my-new-app directory, just run npx roxi-plugin-tailwindcss

It will install all dependencies, create tailwind.config.js + postcss.config.js, create ./src/tailiwind.css, and inject import './tailwind.css'; to the App.svelte automatically.

Then you can use the Tailwindcss classes in .svelte files.

This config adds autoprefixer + cssnano to the PostCSS plugins, and also enables purgecss function of Tailwindcss when npm run build.

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago