# tailwind-transform

Command Line tool to Add a prefix of tw- to all tailwind classes to avoid conflicts with other frameworks 

## Quick Start

```sh
npx @outclass/tailwind-transform filename
```

## Install Globally

```sh
npm i -g @outclass/tailwind-transform
```

#### To run the transformer after installing it globally:
```sh
twt filename
```

The resulting file will be saved as result.js
