# foxtailcss

Extend you existing framework such as Bootstrap, Bulma etc. with all the utilities from Tailwind CSS. All you need to do is include one tiny \~8Kb Javascript file.

## Example - Bootstrap button.
```html
<button class="btn btn-primary font-extrabold border-transparent bg-pink-600
hover:bg-pink-500">Primary</button>

```

Visit the website for details:

[http://foxtailcss.com](https://foxtailcss.com)