18F/web-design-standards

View on GitHub
packages/uswds-core/src/styles/tokens/units/column-gaps.scss

Summary

Maintainability
Test Coverage
$system-column-gaps: (
  0: 0,
  "2px": 2px,
  "05": "05",
  1: 1,
  2: 2,
  3: 3,
  4: 4,
  5: 5,
  6: 6,
);