7
Obfustail is a developer tool that improves your TailwindCSS workflow by scanning, fixing, and obfuscating your utility classes.
I built a tool that:
Scans classes
Fixes broken ones
Obfuscates them at build time
So instead of this:
<𝘥𝘪𝘷 𝘤𝘭𝘢𝘴𝘴𝘕𝘢𝘮𝘦="𝘧𝘭𝘦𝘹 𝘪𝘵𝘦𝘮𝘴-𝘤𝘦𝘯𝘵𝘦𝘳 𝘫𝘶𝘴𝘵𝘪𝘧𝘺-𝘣𝘦𝘵𝘸𝘦𝘦𝘯 𝘣𝘨-𝘣𝘭𝘶𝘦-𝟔𝟎𝟎...
You ship:
<𝒅𝒊𝒗 𝒄𝒍𝒂𝒔𝒔𝑵𝒂𝒎𝒆="𝒙9𝒌𝑼𝒎𝒅33">
If you have a typo like 𝒏𝒊𝒎𝒂𝒕𝒆-𝒑𝒖𝒍𝒔𝒆 instead of 𝒂𝒏𝒊𝒎𝒂𝒕𝒆-𝒑𝒖𝒍𝒔𝒆, it throws a clear error during build:
[𝑬𝒓𝒓𝒐𝒓: 𝑪𝒂𝒏𝒏𝒐𝒕 𝒂𝒑𝒑𝒍𝒚 𝒖𝒏𝒌𝒏𝒐𝒘𝒏 𝒖𝒕𝒊𝒍𝒊𝒕𝒚 𝒄𝒍𝒂𝒔𝒔 𝒏𝒊𝒎𝒂𝒕𝒆-𝒑𝒖𝒍𝒔𝒆]
It works directly with your existing setup (React, Next.js, etc.), so you don’t need to change how you write Tailwind, just get safer, cleaner output when you ship.
Built with