Skip to content

noefleury/tailwind-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Standalone

Why this project ?

This little project allow you to play with Tailwind CSS framework easily.

No need to have Node.js or any other dependencies installed.

You can of course use this source-code as your initial project files.

How to build ?

Download executable for your OS

Find latest release compatible with your OS.

Rename the file : mv executable_name tailwindcss

Give executable permission : chmod +x tailwindcss

Build CSS

Development : ./tailwindcss -i src/style.css -o public/style.css --watch

Production : ./tailwindcss -i src/style.css -o public/style.css --minify

Enjoy

You are ready.

Just open public/index.html and enjoy.

Go further

You can find more details on the official Tailwind CSS blog.

About

Project with Tailwind CSS Standalone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published