Skip to content

Commit

Permalink
Marketing: Remove unused pullquote selector (#1767)
Browse files Browse the repository at this point in the history
* Remove unused pullquote style

* Create good-fireants-collect.md
  • Loading branch information
tobiasahlin authored Dec 6, 2021
1 parent 4d75a10 commit 7e01db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-fireants-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": major
---

Marketing: Remove unused pullquote selector
26 changes: 0 additions & 26 deletions src/marketing/type/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,29 +113,3 @@
.text-medium {
font-weight: $font-weight-medium !important;
}

// Pullquote

@mixin pullquote {
padding-top: 0;
padding-bottom: 0;
padding-left: $spacer;
margin-bottom: $spacer-4;
font-family: $mono-font;
font-size: $h4-size;
line-height: 1.4;
color: var(--color-color-text-secondary);
border-left: 3px solid var(--color-border-default);

@include breakpoint(md) {
padding-left: $spacer * 1.5;
margin-bottom: $spacer-5;
margin-left: (-$spacer * 1.5) - 3px;
font-size: 18px;
line-height: $lh-default;
}
}

.pullquote {
@include pullquote;
}

0 comments on commit 7e01db9

Please sign in to comment.