cheatsheet
cheatsheet copied to clipboard
Generate cheatsheet from custom tailwind.config.js
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.
I'm not really sure how to go about this, because we actually have hardcoded all the utilities and we'll need to generate then dinamically to allow it
I'm not really sure how to go about this, because we actually have hardcoded all the utilities and we'll need to generate then dinamically to allow it
Dynamically build the cheatsheet.json based off the config file?
I don't think it's an easy task 😅
PRs are welcome
Hi @UnsolvedCypher, for now, I think this is not possible because we build a cheatsheet.json statically.
But we will discover this in the future.