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
- 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]:@forwardpatterns, 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