3 مستودعات
Mechanisms for overriding CSS specificity, such as utility-based importance flags.
Explore 3 awesome GitHub repositories matching user interface & experience · CSS Specificity Modifiers. Refine with filters or upvote what's useful.
Utility-first CSS framework for fast, design-system-friendly styling.
Forces style precedence by appending importance modifiers to utility classes for granular override control.
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
Increases utility specificity by applying important flags or prepending parent selectors to ensure styles override existing CSS rules.
This project is a styling library and framework designed for component-based architectures, enabling developers to define and manage visual styles directly within JavaScript or TypeScript. It functions as a styling engine that generates unique class names from style definitions, ensuring encapsulated, predictable, and maintainable visual presentation across applications. By integrating with component logic, it allows for the creation of reusable UI elements with styles defined through template literals or object syntax. The library distinguishes itself through a comprehensive suite of build-t
Identifies and isolates critical CSS rules to minimize payload size and prevent layout shifts.