We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grey
rose
red
orange
yellow
lime
green
seafoam
teal
azure
blue
violet
magenta
primary
secondary
accent-1
accent-2
$theme: ('primary': 'azure', 'secondary': 'seafoam');
--${color}-${shade}
${shade}
--grey-1
grey-2
grey-3
grey-1
The text was updated successfully, but these errors were encountered:
zakbutcher
Successfully merging a pull request may close this issue.
Inputs
grey
rose
red
orange
yellow
lime
green
seafoam
teal
azure
blue
violet
magenta
primary
&secondary
vsaccent-1
&accent-2
$theme: ('primary': 'azure', 'secondary': 'seafoam');
Outputs
--${color}-${shade}
where the${shade}
is the numeric index of the shade within the palette--grey-1
,grey-2
, &grey-3
withgrey-1
being the lightest &grey-3
being the darkest.Bonus Points
Resources
The text was updated successfully, but these errors were encountered: