simpleshop_theme/assets/css
Jamey Greenwood 8aedb3466a feat: implement density-aware spacing system
- Move density-aware spacing variables from :root to .preview-frame in theme-layer2-attributes.css
  This ensures the variables can reference the correct --t-density value set by data attributes
- Remove density variables from theme-semantic.css to avoid CSS variable scoping issues
- Update home.html.heex to use var(--space-*) instead of Tailwind spacing classes
  Hero section, product grid, and cards now respond to density changes
- Verified all three density modes work correctly (compact: 0.85, balanced: 1, spacious: 1.25)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 00:51:28 +00:00
..
app.css fix: add data attributes and Google Fonts to enable theme visual changes 2025-12-31 00:24:53 +00:00
theme-layer2-attributes.css feat: implement density-aware spacing system 2025-12-31 00:51:28 +00:00
theme-primitives.css fix: add data attributes and Google Fonts to enable theme visual changes 2025-12-31 00:24:53 +00:00
theme-semantic.css feat: implement density-aware spacing system 2025-12-31 00:51:28 +00:00