cheatsheet icon indicating copy to clipboard operation
cheatsheet copied to clipboard

This repo content a cheatsheet page from tailwindcompnents.com

Results 14 cheatsheet issues
Sort by recently updated
recently updated
newest added

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; ![Screenshot from 2022-08-16 22-08-31](https://user-images.githubusercontent.com/1500690/184933118-4b42f14c-021d-45ad-8976-206d20d35a39.png) 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.

enhancement
help wanted

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. ![image](https://github.com/tailwindcomponents/cheatsheet/assets/124948717/b5fd408f-3f8c-4d4a-a9df-a019923c1641) Thanks.