responsive-calculations

Responsive Design Calculations

Content Preview
# Responsive Design Calculations

Reference for breakpoint math, fluid typography, and responsive layout patterns.

---

## Table of Contents

- [Breakpoint System](#breakpoint-system)
- [Fluid Typography](#fluid-typography)
- [Responsive Spacing](#responsive-spacing)
- [Container Queries](#container-queries)
- [Grid Systems](#grid-systems)

---

## Breakpoint System

### Standard Breakpoints

```
┌─────────────────────────────────────────────────────────────┐
│                    BREAKPOINT RAN
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/responsive-calculations.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/ui-design-system/references/responsive-calculations.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/ui-design-system/references/responsive-calculations.md

Related Skills