diff --git a/cache.json b/cache.json index 4792846..0f55b45 100644 --- a/cache.json +++ b/cache.json @@ -48,13 +48,40 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=342358", + "author": "Chris Coyier", + "description": "If you’re abhorred by using inline styles, just move that style to the class attribute! And then make sure you have CSS in place that, ya know, does what it says on the box. \nI've revolutionized CSS. pic.twitter.com/1AWCldyCwP\n— Sam \n\n…\nThe post Inline Styles as Classes (lol) appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/inline-styles-as-classes-lol/", + "publishedOn": "2021-06-16T21:11:02.000Z", + "wordCount": 604, + "title": "Inline Styles as Classes (lol)" + }, + { + "id": "https://css-tricks.com/?p=342630", + "author": "Chris Coyier", + "description": "Jim Nielsen: \nIf somebody says a comment isn’t adding any value, I would ask: to whom?\nPersonally, I’ve never liked the advice that writing obvious comments is bad practice—probably because I write obvious comments all the time.\nJim showed …\nThe post Useful and Useless Code Comments appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://blog.jim-nielsen.com/2021/useful-and-usless-code-comments/", + "publishedOn": "2021-06-16T19:08:33.000Z", + "wordCount": 869, + "title": "Useful and Useless Code Comments" + }, + { + "id": "https://css-tricks.com/?p=342353", + "author": "Okiki Ojo", + "description": "The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browser’s animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …\nThe post How I Used the WAAPI to Build an Animation Library appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/how-i-used-the-waapi-to-build-an-animation-library/", + "publishedOn": "2021-06-16T14:26:58.000Z", + "wordCount": 2409, + "title": "How I Used the WAAPI to Build an Animation Library" + }, { "id": "https://css-tricks.com/?p=342198", "author": "Chris Coyier", "description": "Usually, when “unused” comes up in conversation regarding CSS, it’s about removing chunks of CSS that are not used in your site or, at least, the styles not currently in use on a specific page. The minimal amount of CSS …\nThe post Detect Unused Classes in… HTML appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/detect-unused-classes-in-html/", "publishedOn": "2021-06-15T23:24:20.000Z", - "wordCount": 741, + "wordCount": 798, "title": "Detect Unused Classes in… HTML" }, { @@ -63,7 +90,7 @@ "description": "Max Böck took me up on my challenge to look through a codebase and see how many of the @media queries could ultimately become @container queries.\nI took the bait and had a look at some of my projects – \n…\nThe post Media Queries in Times of @container appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://mxb.dev/blog/media-queries-in-times-of-container-queries/", "publishedOn": "2021-06-15T19:51:32.000Z", - "wordCount": 1907, + "wordCount": 2234, "title": "Media Queries in Times of @container" }, { @@ -72,7 +99,7 @@ "description": "I wonder where headless WordPress will land. And by “headless” I mean only using the WordPress admin and building out the user-facing site through the WordPress REST API rather than the traditional WordPress theme structure.\nIs it… big? The future …\nThe post Just How Niche is Headless WordPress? appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/just-how-niche-is-headless-wordpress/", "publishedOn": "2021-06-15T14:31:34.000Z", - "wordCount": 1844, + "wordCount": 2721, "title": "Just How Niche is Headless WordPress?" }, { @@ -81,7 +108,7 @@ "description": "It wasn’t long ago when I looked at sticky headers and footers in HTML