css

Installation
SKILL.md

CSS

Predictability is the highest CSS virtue. If your styles require !important to work, restructure the cascade.

CSS rewards explicit, low-specificity selectors and intentional cascade ordering. Prefer boring, readable patterns over clever one-liners.

References

Topic Reference Contents
Layout [${CLAUDE_SKILL_DIR}/references/layout.md] Flex shorthand values, grid details (subgrid, implicit rows, alignment), layout patterns
Modern CSS [${CLAUDE_SKILL_DIR}/references/modern-css.md] Extended modern CSS patterns and examples
SCSS [${CLAUDE_SKILL_DIR}/references/scss.md] @forward patterns, module configuration, built-in modules, file organization
Responsive [${CLAUDE_SKILL_DIR}/references/responsive.md] Extended responsive design patterns and examples
Methodologies [${CLAUDE_SKILL_DIR}/references/methodologies.md] Methodology patterns and architecture details

Selectors and Specificity

Installs
3
GitHub Stars
15
First Seen
Mar 9, 2026
css — xobotyi/cc-foundry