1.2.4 • Published 5 years ago

roxi-plugin-tailwindcss v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago