VSCode extension that provides utilities for better DX using Maersk Design System. Features
Autocompletion for MDS grid classesYou can trigger the autocompletion by pressing ctrl + space on Windows or option + ESC on Mac inside class/className attributes. It also pops up after you press space to concatenate multiple classes. Inside class/className attributes:
Autocompletion for MDS design tokensThe extension provides autocompletion for MDS design tokens in CSS, SCSS, and other style files(also in framework specific files). It triggers when you start typing a CSS variable with
The autocompletion will show all available MDS design tokens with their values(currently for Maersk light theme only, theme picker coming soon). You can also hover over any MDS design token to see its current value in a tooltip. InstallationYou can install the extension from the VSCode marketplace. |