A lightweight, utility-first + component CSS framework with modern CSS features, built in Less, optimized for speed, responsive design, dark mode, and container queries.
- Mobile-first
- LessCSS source + compiled ember.min.css
- CSS Variables
- OKLCH color system
- Light/Dark theme
- Glassmorphism
- Gradients colors
- Container Queries
- CSS Nesting
- CSS Layers
- Responsive utilities
- Accessible components
- Zero JavaScript required
- Tiny build size (<40 KB minified target)
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport" content="width=device-width,initial-scale=1.0"><metahttp-equiv="X-UA-Compatible" content="IE=edge"><linkrel="stylesheet" href="./dist/ember.min.css" /><title>Ember CSS</title></head><body><divclass="container my-2 p-4 my-md-3"><divclass="row"><divclass="col-md-6 col-4"><h2class="text-primary text-lg-danger text-center text-bold text-md-3 text-lg-4">Hello EmberCSS!!</h2><pclass="my-3 text-muted">🔥 EmberCSS — Ignite Modern Web Interfaces.</p></div><div></div></body></html>