OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add mindrally/skills --skill css
Best practices for CSS development including modern layout techniques, naming conventions, theming, and maintainable stylesheet architecture
npx skills add mindrally/skills --skill css
justify-content and align-items for alignmentflex-wrap for responsive wrapping behaviorgap property over margins for consistent spacinggrid-template-columns and grid-template-rowsgrid-area for named template areasauto-fit and auto-fill for responsive gridsrem units for typography to respect user preferencesem units for component-relative sizingpx for font sizes; reserve for borders and fixed elementsclamp() when appropriatevw, vh) thoughtfully for full-screen layouts:root--color-primary, --spacing-md).card).card__title).card--featured)!important declarations@layer) for specificity controlaspect-ratio for maintaining proportionsgap in Flexbox and Gridmargin-inline, padding-block)transition property@supports for feature detectionprefers-reduced-motion media query for animations