1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 10:49:41 +03:00

Remove marketing variables (#2598)

* delete unused

* Create angry-toys-live.md
This commit is contained in:
Katie Langerman 2024-03-29 12:41:57 -07:00 committed by GitHub
parent da08a6178c
commit 434fcac6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": minor
---
Remove marketing icon variables

View File

@ -132,8 +132,6 @@ $mktg-btn-shadow-hover-dark: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(25
@include color-variables(
(
(mktg-btn-shadow-outline, (light: rgb(0,0,0,0.15) 0 0 0 1px inset, dark: rgb(255,255,255,0.25) 0 0 0 1px inset)),
(marketing-icon-primary, (light: var(--color-scale-blue-4), dark: var(--color-scale-blue-2))),
(marketing-icon-secondary, (light: var(--color-scale-blue-3), dark: var(--color-scale-blue-5))),
(mktg-btn-bg, (light: #1b1f23, dark: #f6f8fa)),
(mktg-btn-shadow-focus, (light: rgb(0 0 0 / 15%) 0 0 0 4px, dark: rgb(255 255 255 / 25%) 0 0 0 4px)),
(mktg-btn-shadow-hover, (light: $mktg-btn-shadow-hover-light, dark: $mktg-btn-shadow-hover-dark)),