cheatsheet
cheatsheet copied to clipboard
This repo content a cheatsheet page from tailwindcompnents.com
I noticed this cheatsheet template is being widely used among data analyst community. Thats how I got here. I would have few applications how to use the template. Sadly my...
e.g. in the cheatsheet: it incorrectly shows "flex-grow" as the css class for flex-grow: 1;  whereas in tailwind css v3.1, this has been changed to "grow"...
I love your project! 🚀 This PR fixes the footer when it has few or no search results. (light and dark mode). Old version: New version:
It would be nice to be able to specify a custom tailwind.config.js file and have the values in the cheatsheet correspond to those rather than the defaults.
Fix #17
Resolves https://github.com/tailwindcomponents/cheatsheet/issues/50#issue-2158983583 Lots of browsers support [Custom Search Engines](https://support.google.com/chrome/answer/95426?hl=en&co=GENIE.Platform%3DDesktop). This change would allow me to type "tw" -> hit tab -> and type in a search term, and then I...
Lots of browsers support [Custom Search Engines](https://support.google.com/chrome/answer/95426?hl=en&co=GENIE.Platform%3DDesktop). This change would allow me to type "tw" -> hit tab -> and type in a search term, and then I could open...
“line-clamp” utility is missing in the doc cheat sheet.
in the sheet is rounded-3xl and 2xl are wrong. 2xl is 16px and 3xl is 24 px instead probably typing error
I love Tailwind CSS. While I was working on the cheat sheet, I found this small issue.  Thanks.