2 مستودعات
Build engines that parse source files to extract and generate only required CSS.
Explore 2 awesome GitHub repositories matching web development · Content-Scanning. Refine with filters or upvote what's useful.
Utility-first CSS framework for fast, design-system-friendly styling.
Parses source files to identify used utility tokens and generate only the minimal CSS required for production.
UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific classes used in your source code. By scanning your project files during the build process, it produces only the CSS necessary for your application, effectively minimizing bundle size and eliminating unused styles. The engine distinguishes itself through a highly modular, configuration-driven architecture that allows for deep customization of design tokens, rules, and presets. It supports advanced styling patterns such as attribute-based styling, tag-based styling, and dynamic varia
Parses component files to identify and generate atomic CSS utilities from class directives and attributes.