From 7adc9da66f3a2b81ce744ddd8fafd1c9593645e6 Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Wed, 6 Oct 2021 00:44:55 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 196 ++++++++++++++++++++++----------------------- feed.atom | 175 ++++++++++++++++++++-------------------- index.html | 230 +++++++++++++++++++++++++++-------------------------- 3 files changed, 303 insertions(+), 298 deletions(-) diff --git a/cache.json b/cache.json index 613796e..b25dad1 100644 --- a/cache.json +++ b/cache.json @@ -30,6 +30,42 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=352754", + "author": "Chris Coyier", + "description": "Scroll shadows are when you can see a little inset shadow on elements if (and only if) you can scroll in that direction. It’s just good UX. You can actually pull it off in CSS, which I think is …\nThe post Scroll Shadows With JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/scroll-shadows-with-javascript/", + "publishedOn": "2021-10-05T22:40:21.000Z", + "wordCount": 728, + "title": "Scroll Shadows With JavaScript" + }, + { + "id": "https://css-tricks.com/?p=353261", + "author": "Chris Coyier", + "description": "Ahmad Shadeed documents a bonafide CSS trick from the Facebook CSS codebase. The idea is that when an element is the full width of the viewport, it doesn’t have any border-radius. But otherwise, it has 8px of border-radius. …\nThe post Conditional Border Radius In CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://ishadeed.com/article/conditional-border-radius/", + "publishedOn": "2021-10-05T19:18:43.000Z", + "wordCount": 1122, + "title": "Conditional Border Radius In CSS" + }, + { + "id": "https://css-tricks.com/?p=352508", + "author": "Tobias Günther", + "description": "In this article I'm going to talk about branching strategies and different types of Git branches. I’m also going to introduce you to two common branching workflows: Git Flow and GitHub Flow.\nThe post Branching Strategies in Git appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/branching-strategies-in-git/", + "publishedOn": "2021-10-05T14:28:43.000Z", + "wordCount": 2229, + "title": "Branching Strategies in Git" + }, + { + "id": "https://css-tricks.com/?p=353225", + "author": "Chris Coyier", + "description": "This is some bonafide CSS trickery from Harry that gives you some generic performance advice based on what it sees in your element. \nFirst, it’s possible to make a