Skip to content

Commit 7e01db9

Browse files
authored
Marketing: Remove unused pullquote selector (#1767)
* Remove unused pullquote style * Create good-fireants-collect.md
1 parent 4d75a10 commit 7e01db9

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

.changeset/good-fireants-collect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": major
3+
---
4+
5+
Marketing: Remove unused pullquote selector

src/marketing/type/typography.scss

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -113,29 +113,3 @@
113113
.text-medium {
114114
font-weight: $font-weight-medium !important;
115115
}
116-
117-
// Pullquote
118-
119-
@mixin pullquote {
120-
padding-top: 0;
121-
padding-bottom: 0;
122-
padding-left: $spacer;
123-
margin-bottom: $spacer-4;
124-
font-family: $mono-font;
125-
font-size: $h4-size;
126-
line-height: 1.4;
127-
color: var(--color-color-text-secondary);
128-
border-left: 3px solid var(--color-border-default);
129-
130-
@include breakpoint(md) {
131-
padding-left: $spacer * 1.5;
132-
margin-bottom: $spacer-5;
133-
margin-left: (-$spacer * 1.5) - 3px;
134-
font-size: 18px;
135-
line-height: $lh-default;
136-
}
137-
}
138-
139-
.pullquote {
140-
@include pullquote;
141-
}

0 commit comments

Comments
 (0)