tailwindpurge

a minimal cli tool to help purge tailwind css without the tailwin set up

Usage no npm install needed!

<script type="module">
  import tailwindpurge from 'https://cdn.skypack.dev/tailwindpurge';
</script>

README

A simple CLI Tool for quick use of tailwind purge feature

This tool will helpt you to quickly purge your HTML, jsx and other template files without having to install and set up tailwind yourself.

tailwindpurge is pretty straight forward to set up and use as that is the point in the first place!.

To get concorde up and running, you only need two steps,

  1. You run [a certain command] to get the large developement styles needed for you to develop inside the browser, you have the option of selecting a small file which is about 3MB with minimal css requirements from tailwind and you also have the option of using a much more larger file which is about ~8MB, because alot of variants has been added, this ensures that you have all the freedom as many variants and custom colors such as teal giving you the freedom that you want.

  2. After you must have tweaked your developement html, jsx or any other framework you want, you will want to generate a smaller css build for the production or to launch your project. you will then run [a certain command] which will also provide you with an interactive session to ask you where you want to spit final build. also there is option for minified css which greatly reducess the size of the final css build.

  3. Concorde is meant for developers who just want to spin up a project quickly without having to worry about setting up tailwind config and still want to use the full tailwind capacity, because let's face it, the CDN version is rarely enough for your use case and comes with a lot of unnneccesary css. You will need all the optimization your webpage can get.

USAGE

npx tailwindpurge