Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehedih/gust
tailwind helper to convert px values to their corresponding class names in the tailwind spacing scale
https://github.com/mehedih/gust
tailwind tailwindcss
Last synced: 25 days ago
JSON representation
tailwind helper to convert px values to their corresponding class names in the tailwind spacing scale
- Host: GitHub
- URL: https://github.com/mehedih/gust
- Owner: MehediH
- Created: 2021-11-13T14:17:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T20:03:20.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T05:13:48.184Z (6 months ago)
- Topics: tailwind, tailwindcss
- Language: TypeScript
- Homepage: https://gust.vercel.app
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [gust](https://gust.vercel.app)
[gust.vercel.app](https://gust.vercel.app)
## what is gust?
gust is a simple helper for tailwind that allows you to enter
pixel values and get the equivalent name in the tailwind spacing
scale. if a pixel value does not exist in the default tailwind
spacing scale, gust provides you with the name and rem value that
you can add to your tailwind config and use straight away.## why?
i mainly built this for myself to use at work -- I often have to go through the flow of 1) converting px values to rem, 2) finding the corresponding name in tailwind 3) and maybe needing to add a new spacing entry to the tailwind config πΆβπ«οΈ
this app shows you all the necessary steps on one page π€
that's it. lol