Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove large pull quote #1791

Merged
merged 2 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cfpb-typography/cfpb-typography.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions packages/cfpb-typography/src/molecules/pull-quote.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,4 @@
content: '\2014 ';
}
}

&__large .m-pull-quote_body {
.heading-2();

// Mobile size.
.respond-to-max( @bp-xs-max, {
.heading-3();
} );
}
}
30 changes: 0 additions & 30 deletions packages/cfpb-typography/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,33 +472,3 @@ you should use the `aside` element.
</footer>
</aside>
```

#### Large pull quote

<aside class="m-pull-quote m-pull-quote__large">
<div class="m-pull-quote_body">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Cum corrupti tempora nam nihil qui mollitia consectetur
corporis nemo culpa dolorum!
</div>
<footer>
<cite class="m-pull-quote_citation">
Author Name
</cite>
</footer>
</aside>

```
<aside class="m-pull-quote m-pull-quote__large">
<div class="m-pull-quote_body">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Cum corrupti tempora nam nihil qui mollitia consectetur
corporis nemo culpa dolorum!
</div>
<footer>
<cite class="m-pull-quote_citation">
Author Name
</cite>
</footer>
</aside>
```