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
@taskany/colors/harmony
@taskany/bricks/harmony
https://github.com/taskany-inc/colors/blob/main/harmony/dark.css#L105-L173
this must be place in {Component}.module.css like
{Component}.module.css
:root { --component-specify-var: var(--text-primary); ... }
Also can make common variables in @taskany/color which determinate theme-based colors like
@taskany/color
/* dark.css */ :root { --primary-100: hsl(); ... --common-primary: var(--primary-100); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/taskany-inc/colors/blob/main/harmony/dark.css#L105-L173
this must be place in
{Component}.module.css
likeAlso can make common variables in
@taskany/color
which determinate theme-based colors likeThe text was updated successfully, but these errors were encountered: