I made a css framework named twigwind. As a small project, I got the idea when i was playing with document.queryselectAll() function i thought that many css frameworks use staticly generated css even tailwind uses a 1000 class static css file before the purge step so i thought of a complier like engine that can comple a html file into the classes with support for JIT and custom classes at heart. Being only a few months old, feel free to tell anything at github issuses out or fork the repo.
github:https://github.com/helloadhavan/twigwind, npm: https://www.npmjs.com/package/twigwind, website: twigwind.github.io
Top comments (0)