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
--ctm_merchandise-001: 0, 199, 101; --ctm_secondary-800: 239, 143, 15; --ctm_secondary-main: 241, 201, 51;
later we use them like this
.ctm_c-merchandise-001 { --text-opacity: 1; color: rgba(var(--ctm_merchandise-001), var(--text-opacity)); } .ctm_bg-merchandise-001, .h\:ctm_bg-merchandise-001:hover { background-color: rgba(var(--ctm_merchandise-001)); }
that's why the variables do not have rgba() inside
rgba()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
later we use them like this
that's why the variables do not have
rgba()
insideThe text was updated successfully, but these errors were encountered: