![Jamstack TV](https://www.cdn5.niftycent.com/d/D/v/X/v/G/A/jamstack-tv.webp)
That’s the name of Netlify’s YouTube Channel. Love that. I linked up Rich’s talk the other day, which was a part of this past JamstackConf, but now all the talks are up on there. Rich got to talk …
The post Jamstack TV appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Generate a Pull Request of Static Content With a Simple HTML Form](https://www.cdn5.niftycent.com/d/D/3/p/W/Y/V/generate-a-pull-request-of-static-content-with-a-simple-html-form.webp)
Jamstack has been in the website world for years. Static Site Generators (SSGs) — which often have content that lives right within a GitHub repo itself — are a big part of that story. That opens up the idea of …
The post Generate a Pull Request of Static Content With a Simple HTML Form appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/generate-a-pull-request-of-static-content-with-a-simple-html-form/
![Color Alpha Anywhere](https://www.cdn5.niftycent.com/d/e/L/o/5/J/o/color-alpha-anywhere.webp)
In my “Different Degrees of Custom Property Usage” article, I noted a situation about colors and CSS custom properties where I went “too far” with breaking up HSL color values. Breaking every single color into its H, S, and L parts …
The post Color Alpha Anywhere appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library](https://www.cdn5.niftycent.com/d/D/y/X/Y/B/0/defining-and-applying-ui-themes-using-the-mimcss-css-in-js-library.webp)
Theming UI refers to the ability to perform a change in visual styles in a consistent manner that defines the “look and feel” of a site. Swapping color palettes, à la dark mode or some other means, is a good …
The post Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/defining-and-applying-ui-themes-using-the-mimcss-css-in-js-library/
![Other Looks at the Conditional Border Radius Trick](https://www.cdn5.niftycent.com/d/k/K/x/a/y/j/other-looks-at-the-conditional-border-radius-trick.webp)
Remember when Ahmad Shadeed wrote about that border-radius “toggle” he found in Facebook’s CSS? It was interesting! I covered it. A few weeks after that surge of linkage, a couple of articles came out digging into it a little deeper. …
The post Other Looks at the Conditional Border Radius Trick appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/other-looks-at-the-conditional-border-radius-trick/
![Interactive Rebase: Clean up your Commit History](https://www.cdn5.niftycent.com/d/1/N/G/E/b/w/interactive-rebase-clean-up-your-commit-history.webp)
Interactive Rebase is the Swiss Army knife of Git commands: lots of use cases and lots of possibilities! It's really a great addition to any developer's tool chain, because it lets you revise your local commit history—before you share your work with the rest of the team. Let's see what you can do with an interactive rebase and then look at some practical examples.
The post Interactive Rebase: Clean up your Commit History appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP S
![Semantic menu context](https://www.cdn5.niftycent.com/d/D/P/l/z/r/J/semantic-menu-context.webp)
Scott digs into the history of the element. He traced it as far back as HTML 2 (!) in a 1994 changelog. The vibe then, it seems, was to mark up a list. I would suspect the intention …
The post Semantic menu context appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Quickly Get Alerted to Front-End Errors and Performance Issues](https://www.cdn5.niftycent.com/d/e/b/M/b/Z/a/quickly-get-alerted-to-front-end-errors-and-performance-issues.webp)
(This is a sponsored post.) Measuring things is great. They say what you only fix what you measure. Raygun is great at measuring websites. Measuring performance, measuring errors and crashes, measuring code problems. You know what’s even better than …
The post Quickly Get Alerted to Front-End Errors and Performance Issues appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/quickly-get-alerted-to-front-end-errors-and-performanc
![Easy Dark Mode (and Multiple Color Themes!) in React](https://www.cdn5.niftycent.com/d/e/7/m/0/l/6/easy-dark-mode-and-multiple-color-themes-in-react.webp)
I was working on a large React application for a startup, and aside from just wanting some good strategies to keep our styles organized, I wanted to give this whole “dark mode” thing a shot. With the huge ecosystem around …
The post Easy Dark Mode (and Multiple Color Themes!) in React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/easy-dark-mode-and-multiple-color-themes-in-react/
![Don’t Snore on CORS](https://www.cdn5.niftycent.com/d/D/3/p/6/W/J/don-t-snore-on-cors.webp)
Whatever, I just needed a title. Everyone’s favorite web security feature has crossed my desk a bunch of times lately and I always feel like that is a sign I should write something because that’s what blogging is. The main …
The post Don’t Snore on CORS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.