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;
Installs
4
GitHub Stars
4
First Seen
Feb 6, 2026
css-standards — devbyray/github-copilot-starter