Skip to content

Add all Tailwind utilities to any CSS framework with a single ~8Kb file

License

Notifications You must be signed in to change notification settings

qeet/foxtailcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foxtailcss

Extend your 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.

Visit the website for full details & documentation:

https://foxtailcss.com

Bootstrap Example.

Add this file to your page:

<script src="https://cdn.jsdelivr.net/npm/foxtailcss/dist/foxtail-bootstrap.min.js"></script>

Now you can use any Tailwind utility class in your markup:

<div class="grid grid-cols-2 md:grid-cols-4">
  ...
  <button class="btn btn-primary font-extrabold border-transparent bg-pink-600
  hover:bg-pink-500">Primary</button>
</div>

About

Add all Tailwind utilities to any CSS framework with a single ~8Kb file

Topics

Resources

License

Stars

Watchers

Forks