CSS architecture, styling approaches, and responsive design. Use when working with styles.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill css --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Css?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-css)More formats (shields.io, HTML) on the badges page.
---
name: css
description: CSS architecture, styling approaches, and responsive design. Use when working with styles.
---
## css
Organize maintainable CSS.
### Approaches
- BEM: Block__Element--Modifier
- CSS Modules: locally scoped
- Tailwind: utility-first
- CSS-in-JS: styled-components
- CSS custom properties for theming
### Responsive design
- Mobile-first approach
- Breakpoints: sm(640), md(768), lg(1024), xl(1280)
- Relative units (rem, em, %) over px
- Flexbox and Grid
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!