css-standards
Installation
SKILL.md
CSS Standards
Apply these standards when writing or reviewing CSS, SCSS, or SASS code to ensure maintainability and performance.
Structure and Organization
1. Ordering and Grouping Styles
Group related styles together in this order:
.component {
/* Layout */
position: relative;
display: flex;