Skip to content

CarbonMate v1.0.0

Choose a tag to compare

@bogy0 bogy0 released this 12 Jul 13:53
· 14 commits to main since this release

CarbonMate v1.0.0

Features

  • Carbon Design System spacing token suggestions for SCSS files
  • Automatic detection of hardcoded spacing values
  • Quick-fix suggestions to replace values with Carbon tokens
  • "Fix All" command to replace all hardcoded values at once
  • Smart import detection for @carbon/layout

Installation

  1. Download the .vsix file from this release
  2. In VS Code: Extensions → "..." → "Install from VSIX..."
  3. Select the downloaded file

Usage

  • Type $ after spacing properties to see Carbon token suggestions
  • Use quick fixes (lightbulb) to replace hardcoded values
  • Use "CarbonMate: Fix All Hardcoded Spacing Values" command