Appearance
Add Magnesium as dependencies for your project.
npm install @magnesium/theme
@use "@magnesium/theme"; $theme: ( "text-color": darkcyan ); .foo { @include theme.emit-custom-props($theme, "button"); }
.foo { --mg-button-text-color: darkcyan; }