From c9546834c15dde0e34894ea4fc7aee4a674da0cd Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Wed, 8 Nov 2017 10:04:52 -0600 Subject: [PATCH] initial commit --- .gitattributes | 2 ++ contributing.md | 32 ++++++++++++++++++++++++++++++++ readme.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 .gitattributes create mode 100644 contributing.md create mode 100644 readme.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e3461c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +readme.md merge=union \ No newline at end of file diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..259db59 --- /dev/null +++ b/contributing.md @@ -0,0 +1,32 @@ +# Contributing Guide + +1. Make sure you put things in the right category! +2. Always add your items to the end of a list. To be fair, the order is first-come-first-serve. +3. If you think something belongs in the wrong category, or think there needs to be a new category, feel free to edit things too. + + + +### Projects using Tailwind CSS + +Make sure you put things in the right category. There are two main categories: +- Open Source +- Apps/Websites + +#### Open source + +Open Source section gives the possibility for developers to contribute and be a part of an opensource project using their knowledge of the Tailwind. +You should put your project in this category if the following conditions are true: +- The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section. +- The documentation is in English. +- The project is active and maintained. +- The project accepts contributions. + +The link provided should be the link of the github repository, not the demo. +If you consider your project finished, and it does not need any contributions, consider the apps/website category. + +#### Apps/Websites + +Apps/Websites gives the opportunity to showcase the awesome things we can build with Tailwind. +You should put your app/website in this category if the following conditions are true: +- The website is available without errors or ssl certificate problems, and load in a reasonable amount of time. +- The website is using Tailwind intensively. \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b29c971 --- /dev/null +++ b/readme.md @@ -0,0 +1,49 @@ +# Awesome Tailwind CSS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) + +> A curated list of awesome things related to Tailwind CSS + + +## Contents + +- [Resources](#resources) +- [Projects Using Tailwind CSS](#projects-using-tailwind-css) + - [Open Source](#open-source) + - [Apps/Websites](#appswebsites) +- [Components & Libraries](#components--libraries) + + +## Resources + +- [Tailwind Official Site](https://tailwindcss.com) +- [Tailwind Official Repo](https://github.com/tailwindcss/tailwindcss) +- [Discussion Repo](https://github.com/tailwindcss/discuss) +- [Webpack Starter Project](https://github.com/tailwindcss/webpack-starter) +- [Gusts - Tailwind CSS Playground](https://gustscss.com/) +- [Laravel Frontend Preset](https://github.com/laravel-frontend-presets/tailwindcss) + + +## Projects Using Tailwind CSS + +### Open Source + +- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls) + +### Apps/Websites + +- [Matt Stauffer](https://mattstauffer.com/) +- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls) + + +## Components & Libraries + +- [Add Your Item](https://github.com/merchedhq/awesome-tailwindcss/pulls) + + +## Contribute + +Contributions welcome! Read the [contribution guidelines](contributing.md) first. + + +## License + +[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0) \ No newline at end of file