From 2ba42fe53d9842dc4fd40049fcd7c07fc07dca95 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 6 Mar 2024 14:49:31 +0100 Subject: [PATCH] Copy README file to every package (#13096) * copy README file to every package * point workflow status badge to correct workflow file --- README.md | 2 +- packages/@tailwindcss-cli/README.md | 40 +++++++++++++++++++++++++ packages/@tailwindcss-postcss/README.md | 40 +++++++++++++++++++++++++ packages/@tailwindcss-vite/README.md | 40 +++++++++++++++++++++++++ packages/tailwindcss/README.md | 40 +++++++++++++++++++++++++ 5 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 packages/@tailwindcss-cli/README.md create mode 100644 packages/@tailwindcss-postcss/README.md create mode 100644 packages/@tailwindcss-vite/README.md create mode 100644 packages/tailwindcss/README.md diff --git a/README.md b/README.md index c3b42546d..95ec9d87d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

- Build Status + Build Status Total Downloads Latest Release License diff --git a/packages/@tailwindcss-cli/README.md b/packages/@tailwindcss-cli/README.md new file mode 100644 index 000000000..95ec9d87d --- /dev/null +++ b/packages/@tailwindcss-cli/README.md @@ -0,0 +1,40 @@ +

+ + + + + Tailwind CSS + + +

+ +

+ A utility-first CSS framework for rapidly building custom user interfaces. +

+ +

+ Build Status + Total Downloads + Latest Release + License +

+ +--- + +## Documentation + +For full documentation, visit [tailwindcss.com](https://tailwindcss.com). + +## Community + +For help, discussion about best practices, or any other conversation that would benefit from being searchable: + +[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions) + +For chatting with others using the framework: + +[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe) + +## Contributing + +If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/next/.github/CONTRIBUTING.md) **before submitting a pull request**. diff --git a/packages/@tailwindcss-postcss/README.md b/packages/@tailwindcss-postcss/README.md new file mode 100644 index 000000000..95ec9d87d --- /dev/null +++ b/packages/@tailwindcss-postcss/README.md @@ -0,0 +1,40 @@ +

+ + + + + Tailwind CSS + + +

+ +

+ A utility-first CSS framework for rapidly building custom user interfaces. +

+ +

+ Build Status + Total Downloads + Latest Release + License +

+ +--- + +## Documentation + +For full documentation, visit [tailwindcss.com](https://tailwindcss.com). + +## Community + +For help, discussion about best practices, or any other conversation that would benefit from being searchable: + +[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions) + +For chatting with others using the framework: + +[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe) + +## Contributing + +If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/next/.github/CONTRIBUTING.md) **before submitting a pull request**. diff --git a/packages/@tailwindcss-vite/README.md b/packages/@tailwindcss-vite/README.md new file mode 100644 index 000000000..95ec9d87d --- /dev/null +++ b/packages/@tailwindcss-vite/README.md @@ -0,0 +1,40 @@ +

+ + + + + Tailwind CSS + + +

+ +

+ A utility-first CSS framework for rapidly building custom user interfaces. +

+ +

+ Build Status + Total Downloads + Latest Release + License +

+ +--- + +## Documentation + +For full documentation, visit [tailwindcss.com](https://tailwindcss.com). + +## Community + +For help, discussion about best practices, or any other conversation that would benefit from being searchable: + +[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions) + +For chatting with others using the framework: + +[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe) + +## Contributing + +If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/next/.github/CONTRIBUTING.md) **before submitting a pull request**. diff --git a/packages/tailwindcss/README.md b/packages/tailwindcss/README.md new file mode 100644 index 000000000..95ec9d87d --- /dev/null +++ b/packages/tailwindcss/README.md @@ -0,0 +1,40 @@ +

+ + + + + Tailwind CSS + + +

+ +

+ A utility-first CSS framework for rapidly building custom user interfaces. +

+ +

+ Build Status + Total Downloads + Latest Release + License +

+ +--- + +## Documentation + +For full documentation, visit [tailwindcss.com](https://tailwindcss.com). + +## Community + +For help, discussion about best practices, or any other conversation that would benefit from being searchable: + +[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions) + +For chatting with others using the framework: + +[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe) + +## Contributing + +If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/next/.github/CONTRIBUTING.md) **before submitting a pull request**.