![“Disambiguating Tailwind”](https://www.cdn5.niftycent.com/d/1/9/q/y/2/6/disambiguating-tailwind.webp)
I appreciated this bit of nuance from a post on Viget’s blog:
There could be a whole article written about the many flavours of Tailwind, but broadly speaking those flavours are:
- Stock tailwind, ie. no changes to the
…
The post “Disambiguating Tailwind” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Creating a Headless WordPress Site With Frontity](https://www.cdn5.niftycent.com/d/e/a/M/L/n/y/creating-a-headless-wordpress-site-with-frontity.webp)
Frontity is a WordPress-focused React-based server-side dynamic-rendering framework (phew!) that allows us to create fast headless websites. Chris has a good introduction to Frontity. I guess you could think of it like Next.js for WordPress. And while the demand …
The post Creating a Headless WordPress Site With Frontity appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/creating-headless-wordpress-site-with-frontity/
![The Big Gotcha With Custom Properties](https://www.cdn5.niftycent.com/d/e/j/X/L/l/2/the-big-gotcha-with-custom-properties.webp)
I’ve seen this confuse more than a handful of people recently, including myself, so I’m making sure it’s written down. Let’s chuck a couple of custom properties into CSS: html { --color-1: red; --color-2: blue; } Let’s use them right …
The post The Big Gotcha With Custom Properties appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/the-big-gotcha-with-custom-properties/
![Using Nuxt and Supabase for a Multi-User Blogging App](https://www.cdn5.niftycent.com/d/1/V/P/O/Z/n/using-nuxt-and-supabase-for-a-multi-user-blogging-app.webp)
Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things. I’ve been enjoying using frameworks like Nuxt and Next because they …
The post Using Nuxt and Supabase for a Multi-User Blogging App appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Implementing a single GraphQL across multiple data sources](https://www.cdn5.niftycent.com/d/k/M/M/V/G/r/implementing-a-single-graphql-across-multiple-data-sources.webp)
(This is a sponsored post.) In this article, we will discuss how we can apply schema stitching across multiple Fauna instances. We will also discuss how to combine other GraphQL services and data sources with Fauna in one graph.…
The post Implementing a single GraphQL across multiple data sources appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/implementing-a-single-graphql-across-multiple-data-sources/
![“We had 90% unused CSS because everybody was afraid to touch the old stuff”](https://www.cdn5.niftycent.com/d/D/v/j/b/0/g/we-had-90-unused-css-because-everybody-was-afraid-to-touch-the-old-stuff.webp)
Over at the JS Party poundcast:
[Kend C. Dodds]: […] ask anybody who’s done regular, old CSS and they’ll tell you that “I don’t know if it’s okay for me to change this, so I’m gonna duplicate it.” And
…
The post “We had 90% unused CSS because everybody was afraid to touch the old stuff” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/we-had-90-unused-css-because-everybody-was-afraid-to-touch-the-old-stuff/
![Native Search vs. Jetpack Instant Search in Headless WordPress With Gatsby](https://www.cdn5.niftycent.com/d/k/o/r/O/W/5/native-search-vs-jetpack-instant-search-in-headless-wordpress-with-gatsby.webp)
Have you already tried using WordPress headlessly with Gatsby? If you haven’t, you might check this article around the new Gatsby source plugin for WordPress; gatsby-source-wordpress is the official source plugin introduced in March 2021 as a part of the …
The post Native Search vs. Jetpack Instant Search in Headless WordPress With Gatsby appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/native-search-vs-jetpack-instant-search-in-h
![DX, to Whom?](https://www.cdn5.niftycent.com/d/D/v/j/b/B/m/dx-to-whom.webp)
Dave points to Sarah’s post on Developer Experience (DX) at Netlify. Part of what Sarah did there is lay out what the role means. It’s a three-part thing:
Integrations Engineering (e.g. features) Developer Experience Engineering (e.g. building integrations
…
The post DX, to Whom? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo](https://www.cdn5.niftycent.com/d/k/6/W/G/X/4/from-a-single-repo-to-multi-repos-to-monorepo-to-multi-monorepo.webp)
I’ve been working on the same project for several years. Its initial version was a huge monolithic app containing thousands of files. It was poorly architected and non-reusable, but was hosted in a single repo making it easy to work …
The post From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/from-a-single-repo-to-multi-repos-to-monorepo-to-multi-monorepo/
Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
The post Tabs in HTML? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.