A thoughtfully designed CSS framework for developers who love writing CSS. Rather than abstracting away CSS or overwhelming you with utility classes, cleacss provides a solid foundation with essential defaults while empowering you to write your own custom styles.
- 🚀 Lightweight and performant
- 🎯 Built on modern CSS features (custom properties, subgrid, responsive sizing)
- 🎨 Customizable through CSS custom properties
- 📱 Responsive design with 5 built-in breakpoints
- 🔧 Available in both compiled and untranspiled versions
Warning
Version 2 is currently in beta.
npm install [email protected]
import "cleacss";
@import "cleacss";
- Layout: Grid system and flow utilities
- Elements: Styled buttons, inputs, text, and titles
- Utilities: Spacing, visibility, and more
Full documentation: https://cleacss.dev
MIT License - see the LICENSE file for details.