![How to Use Tailwind on a Svelte Site](https://www.cdn5.niftycent.com/d/k/W/5/N/P/E/how-to-use-tailwind-on-a-svelte-site.webp)
Let’s spin up a basic Svelte site and integrate Tailwind into it for styling. One advantage of working with Tailwind is that there isn’t any context switching going back and forth between HTML and CSS, since you’re applying styles as …
The post How to Use Tailwind on a Svelte Site appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/how-to-use-tailwind-on-a-svelte-site/
![Platform News: Defaulting to Logical CSS, Fugu APIs, Custom Media Queries, and WordPress vs. Italics](https://www.cdn5.niftycent.com/d/e/b/a/m/d/B/platform-news-defaulting-to-logical-css-fugu-apis-custom-media-queries-and-wordpress-vs-italics.webp)
Looks like 2021 is the time to start using CSS Logical Properties! Plus, Chrome recently shipped a few APIs that have raised eyebrows, SVG allows us to disable its aspect ratio, WordPress focuses on the accessibility of its typography, and …
The post Platform News: Defaulting to Logical CSS, Fugu APIs, Custom Media Queries, and WordPress vs. Italics appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
If you have a table of contents on a long-scrolling page, thanks to, say, position: fixed; or position: sticky;, the IntersectionObserver API in JavaScript is the perfect companion to highlight items in the table of contents when corresponding content …
The post Table of Contents with IntersectionObserver appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![How I Built my SaaS MVP With Fauna ($150 in revenue so far)](https://www.cdn5.niftycent.com/d/1/E/O/0/X/Y/how-i-built-my-saas-mvp-with-fauna-150-in-revenue-so-far.webp)
Are you a beginner coder trying to implement to launch your MVP? I’ve just finished my MVP of ReviewBolt.com, a competitor analysis tool. And it’s built using React + Fauna + Next JS. It’s my first paid SaaS tool …
The post How I Built my SaaS MVP With Fauna ($150 in revenue so far) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/how-i-built-my-saas-mvp-with-fauna-150-in-revenue-so-far/
![Chapter 7: Standards](https://www.cdn5.niftycent.com/d/1/B/X/o/5/2/chapter-7-standards.webp)
It was the year 1994 that the web came out of the shadow of academia and onto the everyone’s screens. In particular, it was the second half of the second week of December 1994 that capped off the year with …
The post Chapter 7: Standards appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![The WordPress Evolution Toward Full-Site Editing](https://www.cdn5.niftycent.com/d/k/6/5/7/y/v/the-wordpress-evolution-toward-full-site-editing.webp)
The block editor was a game-changer for WordPress. The idea that we can create blocks of content and arrange them in a component-like fashion means we have a lot of flexibility in how we create content, as well a bunch …
The post The WordPress Evolution Toward Full-Site Editing appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/the-wordpress-evolution-toward-full-site-editing/
![Too Many SVGs Clogging Up Your Markup? Try `use`.](https://www.cdn5.niftycent.com/d/D/v/N/8/E/O/too-many-svgs-clogging-up-your-markup-try-use.webp)
Recently, I had to make a web page displaying a bunch of SVG graphs for an analytics dashboard. I used a bunch of , and elements on each graph to visualize certain metrics. This works and renders …
The post Too Many SVGs Clogging Up Your Markup? Try use
. appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/too-many-svgs-clogging-up-your-markup-try-use/
![Web Frameworks: Why You Don’t Always Need Them](https://www.cdn5.niftycent.com/d/k/A/W/x/r/6/web-frameworks-why-you-don-t-always-need-them.webp)
Richard MacManus explaining Daniel Kehoe’s approach to building websites:
There are three key web technologies underpinning Kehoe’s approach:
ES6 Modules: JavaScript ES6 can support import modules, which are also supported by browsers. Module CDNs: JavaScript modules can now
…
The post Web Frameworks: Why You Don’t Always Need Them appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![AutomateWoo Brings Automated Communications to Bookings](https://www.cdn5.niftycent.com/d/k/l/z/V/0/b/automatewoo-brings-automated-communications-to-bookings.webp)
AutomateWoo is this handy extension for WooCommerce that adds triggers actions based on your online store’s activity. Someone abandoned their cart? Remind them by email. Someone made a purchase? Ask them to leave a review or follow up to see …
The post AutomateWoo Brings Automated Communications to Bookings appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/automatewoo-brings-automated-communications-to-bookings/
![Firebase Crash Course](https://www.cdn5.niftycent.com/d/k/X/N/Q/l/g/firebase-crash-course.webp)
This article is going to help you, dear front-end developer, understand all that is Firebase. We’re going to cover lots of details about what Firebase is, why it can be useful to you, and show examples of how. But …
The post Firebase Crash Course appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.