boostorg / boostorg/website-v2

Remove deprecated design tokens from codebase

Open
#2,195 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
18
Forks
28
Avg merge
2d 12h
Merged PRs (30d)
77

Description

The following semantic color tokens are non-standard (Figma never declared them) and should be removed from the codebase to improve the consistency between environments.

```
// static/css/v3/themes.css
--color-bg-primary: var(--color-primary-black);
--color-bg-secondary: var(--color-primary-grey-950);
--color-border: var(--color-primary-grey-800);
```

```
// static/css/v3/semantics.css
--color-bg-primary: var(--color-secondary-light-blue);
--color-bg-secondary: var(--color-primary-white);
--color-border: var(--color-primary-grey-300);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.