diff --git a/README.md b/README.md index f87fe0b..78409be 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications. -**Use version 0.4 for Tailwind 2, version 0.3.5 for Tailwind 1** +**Version 0.4 works for Tailwind 2, use version 0.3.5 for Tailwind 1 support.** **[Click here for an upgrade guide](http://kutty.netlify.app/articles/upgrade-guide-to-tailwindcss2/)** ## Installation diff --git a/docs/content/articles/upgrade-guide-to-tailwindcss2.md b/docs/content/articles/upgrade-guide-to-tailwindcss2.md index 4be7754..bf4e896 100644 --- a/docs/content/articles/upgrade-guide-to-tailwindcss2.md +++ b/docs/content/articles/upgrade-guide-to-tailwindcss2.md @@ -8,7 +8,7 @@ description: "Use this as a guide to update from Kutty version 0.3.5 which suppo Go to [Tailwind Upgrade Guide](https://tailwindcss.com/docs/upgrading-to-v2) and make sure you upgrade to the latest version. -TailwindCSS has changed the color palette which I used here with one change, I replaced `coolGray` with `blueGray` so that it looks better. +TailwindCSS has changed the main color palette which is used in kutty with one change, I replaced `coolGray` with `blueGray` because it looks better. ## Upgrade Kutty Version @@ -22,7 +22,7 @@ npm install kutty@latest Bundling [typography plugin](https://github.com/tailwindlabs/tailwindcss-typography) seems like a good idea at first, but it's a size increase for all the people who didn't need it. And people can't update it's version to their needs. -Now you have to install it yourself if you are using it. Make sure you install the latest version that supports TailwindCSS 2. +Now you can install it yourself if you are using it. Make sure you install the latest version that supports TailwindCSS 2. ```sh npm install @tailwindcss/typography @@ -54,4 +54,4 @@ Removed YouTube, Twitch, LinkedIn, Slack button colors as no one was using it an ## That's it -Hopefully the upgrade for easy for you :) Please [raise an issue](https://github.com/praveenjuge/kutty/issues) if you have any problems or doubts, I'll help you get through it. +Hopefully the upgrade was easy for you :) Please [raise an issue](https://github.com/praveenjuge/kutty/issues) if you have any problems or doubts, I'll help you get through it. diff --git a/docs/content/docs/_index.md b/docs/content/docs/_index.md index 9838367..b8d27b6 100644 --- a/docs/content/docs/_index.md +++ b/docs/content/docs/_index.md @@ -5,7 +5,10 @@ weight: 1 Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications. -**Use version 0.4 for Tailwind 2, version 0.3.5 for Tailwind 1** + ## Installation