/tailwind.css

All tailwind classes, all in 1 CSS file.

Primary LanguageJavaScript

tailwind.css

All tailwind classes, all in 1 CSS file.

READ BEFORE USING

You should just use the offical tailwind cdn, its better in every single way.

<script src="https://cdn.tailwindcss.com"></script>

How to use?

Just add the stylesheet to your head of your HTML file,

<link rel="stylesheet" href="https://lonelil.github.io/tailwind.css/main.min.css">

or in your css file.

@import url(https://lonelil.github.io/tailwind.css/main.min.css);

(Unminify Verison) How to use?

Just add the stylesheet to your head of your HTML file,

<link rel="stylesheet" href="https://lonelil.github.io/tailwind.css/main.css">

or in your css file.

@import url(https://lonelil.github.io/tailwind.css/main.css);