Expand theme variables
@stephaniehobson is already working on this.
Since Mar 13, 2025.
- Dominant language
- SCSS
- Stars
- 298
- Forks
- 83
- Avg merge
- 16h 48m
- Merged PRs (30d)
- 1
Description
To support multiple brands, Protocol treats lots of property values as variables, mainly colors, fonts, and font sizes. But there are more things we can make themeable with some more variables. Main ones off the top of my head:
border-width
border-style
border-color
border-radius
box-shadow
And likely more I'm not thinking of at the moment. We could potentially assign theme variables for spacing (padding and margins) as well, but I feel like spacing is one place where we can enforce some cross-brand consistency.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.