Skip to content

Commit

Permalink
Remove marketing variables (#2598)
Browse files Browse the repository at this point in the history
* delete unused

* Create angry-toys-live.md
  • Loading branch information
langermank committed Mar 29, 2024
1 parent da08a61 commit 434fcac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-toys-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": minor
---

Remove marketing icon variables
2 changes: 0 additions & 2 deletions src/marketing/support/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit 434fcac

Please sign in to comment.