diff --git a/cache.json b/cache.json
index 0705c59..413daff 100644
--- a/cache.json
+++ b/cache.json
@@ -11,13 +11,31 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
+ {
+ "id": "https://css-tricks.com/?p=351389",
+ "author": "Chris Coyier",
+ "description": "Here’s Atif Afzal on using a
that is permanently on the page where tooltips are added/removed and how they perform vastly better than plopping those same tooltips right into the . It’s not really discussed, but the reason …\nThe post Don’t attach tooltips to document.body appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
+ "link": "https://css-tricks.com/dont-attach-tooltips-to-document-body/",
+ "publishedOn": "2021-09-08T19:08:55.000Z",
+ "wordCount": 537,
+ "title": "Don’t attach tooltips to document.body"
+ },
+ {
+ "id": "https://css-tricks.com/?p=351043",
+ "author": "Tapas Adhikary",
+ "description": "I love shapes, especially colorful ones! Shapes on websites are in the same category of helpfulness as background colors, images, banners, section separators, artwork, and many more: they can help us understand context and inform our actions through affordances.\nA …\nThe post The Story Behind TryShape, a Showcase for the CSS clip-path property appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
+ "link": "https://css-tricks.com/the-story-behind-tryshape-a-showcase-for-the-css-clip-path-property/",
+ "publishedOn": "2021-09-08T14:30:18.000Z",
+ "wordCount": 2565,
+ "title": "The Story Behind TryShape, a Showcase for the CSS clip-path property"
+ },
{
"id": "https://css-tricks.com/?p=351276",
"author": "Chris Coyier",
"description": "Stefan Judis notes that there is a spec for custom media queries, but seemingly no momentum on it at the moment. That lack of movement is unfortunate, as it’s almost guaranteed front-end developers all over would start using it as …\nThe post Can we have custom media queries, please? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.stefanjudis.com/notes/can-we-have-custom-media-queries-please/",
"publishedOn": "2021-09-07T22:17:55.000Z",
- "wordCount": 466,
+ "wordCount": 481,
"title": "Can we have custom media queries, please?"
},
{
@@ -26,7 +44,7 @@
"description": "When requirements read “when visible” your brain should go straight to IntersectionObserver. That’s exactly what Zach is doing here to kick off an animation when it scrolls into view.\nExcept this animation is an SVG SMIL animation: an
…\nThe post Fire SVG animations (SMIL) when the SVG is visible appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.zachleat.com/web/svg-animate/",
"publishedOn": "2021-09-07T17:54:12.000Z",
- "wordCount": 1087,
+ "wordCount": 1651,
"title": "Fire SVG animations (SMIL) when the SVG is visible"
},
{
@@ -44,16 +62,16 @@
"description": "Variable fonts make it easy to create a large set of font styles from a single font file. Unfortunately, the default rendering of the and elements in browsers today is not very compatible with the wide range of …\nThe post Firefox’s `bolder` Default is a Problem for Variable Fonts appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/firefoxs-bolder-default-is-a-problem-for-variable-fonts/",
"publishedOn": "2021-09-07T14:41:57.000Z",
- "wordCount": 1381,
+ "wordCount": 1442,
"title": "Firefox’s `bolder` Default is a Problem for Variable Fonts"
},
{
"id": "https://css-tricks.com/?p=351402",
"author": "Chris Coyier",
- "description": "There is a working draft spec for CSS scoping now, a newsworthy event for the W3C. Other than a weird period where