Skip to content
New issue

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

[WC-2830] Atlas 4 : CSS Variables #195

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

[WC-2830] Atlas 4 : CSS Variables #195

wants to merge 3 commits into from

Conversation

gjulivan
Copy link
Contributor

No description provided.

@gjulivan gjulivan force-pushed the atlas-4 branch 3 times, most recently from d6dd219 to 71b3c73 Compare February 25, 2025 12:19
@gjulivan gjulivan changed the title chore: initial commit atlas 4 [WC-2830] Atlas 4 : CSS Variables Feb 25, 2025
Comment on lines 3 to 11
$colors: (
"primary": var(--brand-primary),
"default": var(--brand-default),
"info": var(--brand-info),
"inverse": var(--brand-inverse),
"success": var(--brand-success),
"warning": var(--brand-warning),
"danger": var(--brand-danger)
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants