ogbotemi-2000

Results 6 comments of ogbotemi-2000

I skimmed through the source code in the `index.ts` file in the repo and I noticed, before the level of bloat discouraged me, the hardcoding of `where, is, has` among...

Hello, you may try this alternative package that I developed which has a browser-based version to do away with the quirks and bugs of PurgeCSS: https: https://www.npmjs.com/package/rmrf-css

Hello, I recently developed a software for purging unused styles from HTML files, here are three options to using it below; + **In the browser**: *https://rmrf-css.vercel.app*, you provide a URL...

PurgeCSS's code base contains bloat which frustrates trying to follow the flow of the program. In the meantime, here is an alternative package that I created to do away with...

Hello @vikaskrsharma, PurgeCSS's `index.ts` file is quite bloated with needless functions and methods of classes and objects. I wrote a package: https://www.npmjs.com/package/rmrf-css, with the intent of besting PurgeCSS. Do try...

PurgeCSS is clearly lacking more ways than this. When I used it to audit TailwindCSS against a html file, it totally ignored the utility classes for media query breakpoints: *8sm,...