DEV Community

Muhammad Maulana Yusuf
Muhammad Maulana Yusuf

Posted on

mmy-css: An Ultra-Lightweight CSS Framework Under 1.2 KB

Most CSS frameworks ship dozens of kilobytes of unused rules. I built mmy-css — an ultra-lightweight CSS framework under 1.2 KB gzipped with zero dependencies.

🌟 Key Highlights

  • 📦 Under 1.2 KB gzipped (~3.1 KB raw)
  • 📐 Zero-Specificity Resets using :where() selectors
  • 🔤 Fluid Typography using CSS clamp()
  • 🌙 Automatic Dark Mode with prefers-color-scheme
  • 📱 Responsive Grid without media queries

🔗 Links


html
<!-- Instant CDN Usage -->
<link rel="stylesheet" href="https://unpkg.com/mmy-css/dist/mmy.min.css">
Enter fullscreen mode Exit fullscreen mode

Top comments (0)