Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.43 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.43 KB

awesome-tailwind-configs

A curated list of awesome tailwindcss configs 🚀✨

Contribute

To contribute, simply create a PR with a directory inside configs/, add your tailwind.config.js into it and create a README.md that (at least) consists of the following frontmatter attributes:

attribute description
name The name of your tailwind config (should be kebab case)
description A short description / headline of the config
author Your GitHub username

⚠️ Note: the name attribute must be the same as the name of the directory you created!

Have a look into configs/minimal-starter/ for an example configuration.

Name Description Live View Author
minimal-starter A minimal starter file I oftenly use as a base for new projects using tailwind View Config loicnestler