Skip to content

Commit

Permalink
Remove tweets (browserslist#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 19, 2022
1 parent db213ad commit 7d93fcf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 130 deletions.
1 change: 0 additions & 1 deletion client/index.css
Expand Up @@ -8,4 +8,3 @@
@import "./view/DocSection/DocSection.css";
@import "./view/Link/Link.css";
@import "./view/Pre/Pre.css";
@import "./view/Tweet/Tweet.css";
43 changes: 0 additions & 43 deletions client/index.html
Expand Up @@ -425,49 +425,6 @@ <h4 class="DocSection__subHeader">Examples</h4>
<h2 class="Article__h2">Why Browserslist</h2>
<p>Browserslist helps you keep the right balance between browser compatibility and bundle size.
With Browserslist, you will cover wider audience and have smaller bundle size. </p>

<h2 class="Article__h2">What developers say about Browserslist</h2>
<div class="Tweet__list">
<section class="Tweet">
<a href="https://twitter.com/rossta/status/1334625522903605250"
class="Tweet__link"
target="_blank"
aria-label="Ross's Kaffenberger tweet about BrowserList"
></a>
<div class="Tweet__address">
<img src="./view/Tweet/rossta.webp" alt="Ross Kaffenberger avatar" class="Tweet__img">
<span class="Tweet__name">Ross Kaffenberger</span>
<span class="Tweet__nickName">@rossta</span>
</div>
<p class="Tweet__text">
Use browserslist!<br><br>

Leveraged through a module bundler like Webpack, you can specify the supported browser range in a
browserslist file to automagically help you avoid the dangers
<a href="https://twitter.com/dhh" target="_blank">@dhh</a> describes.<br><br>

For Rails devs: it's integrated into Webpacker!
</p>
</section>

<section class="Tweet">
<a href="https://twitter.com/gha_dev/status/1412477867208982529"
class="Tweet__link"
target="_blank"
aria-label="Gibbs's Herbert tweet about BrowserList"
></a>
<div class="Tweet__address">
<img src="./view/Tweet/gha_dev.webp" alt="Gibbs Herbert avatar" class="Tweet__img">
<span class="Tweet__name">Gibbs Herbert</span>
<span class="Tweet__nickName">@gha_dev</span>
</div>
<p class="Tweet__text">
browserslist is a package that allows you to define which browsers you are currently supporting.
<a href="https://twitter.com/hashtag/100DaysOfCode" target="_blank">#100DaysOfCode</a>
<a href="https://twitter.com/hashtag/javascript" target="_blank">#javascript</a>
</p>
</section>
</div>
</article>

</body>
Expand Down
85 changes: 0 additions & 85 deletions client/view/Tweet/Tweet.css

This file was deleted.

Binary file removed client/view/Tweet/gha_dev.webp
Binary file not shown.
Binary file removed client/view/Tweet/rossta.webp
Binary file not shown.
1 change: 0 additions & 1 deletion client/view/Tweet/twitter_white.svg

This file was deleted.

0 comments on commit 7d93fcf

Please sign in to comment.