Search
Developing Moxey: A Behind-the-Scenes Look at the Process
15.11.2024
In this article, we take you behind the scenes to explore the creative development process of the website for Moxey.no, a film production company based in Stavanger, Norway
Rotation Out of Mega-Cap U.S. Stocks Could Provide Tailwind for Cryptocurrencies, Marex Solutions Says
17.7.2024
Wall Street investors are deserting mega-cap stocks and piling into small-caps amid cooling inflation and strengthening signs of a Fed interest-rate cut
Biggest Crypto Gainers Today on DEXTools – SAMBO, OBX
25.10.2023
The Bitcoin (BTC) bulls are back in the ascendency, with the world’s first and largest cryptocurrency by market capitalization recently pushing back to the north of the $35,000 once again amid gains of more than 3% in the past 24 hours. Optimism about expected upcoming spot Bitcoin...
Hong Kong could be a ‘tailwind’ for lagging crypto activity in Asia: Chainalysis
3.10.2023
Crypto activity in East Asia fell from its perch after China began its crusade against crypto in 2019. Recent moves by Hong Kong could help reverse that trend, said the blockchain analytics firm
Crypto’s Unfulfilled Dreams Get a Tailwind From U.S. Crackdown on Binance, Coinbase
28.3.2023
The crypto revolution was supposed to make finance more decentralized, but much of the industry is centralized. Regulatory pressure could change that
Pokémon Players Are Getting Wrecked By This Weird Little Crow Right Now
27.12.2022
While competitive players continue to plumb Pokémon Scarlet and Violet’s strategic depth and tease out its tactical wrinkles, one creature has gotten a shocking amount of playtime over the last month: Murkrow. The unevolved flying dark type isn’t a heavy hitter and its stats are absolute trash,...
Former Fed Chair Alan Greenspan Says Decreasing Supply of Greenbacks Makes the US Dollar a ‘Better Store of Value’
3.11.2022
On Nov. 2, 2022, the American economist and 13th chairman of the U.S. Federal Reserve, Alan Greenspan, published an opinion editorial that says he envisions a monetary “tailwind” for the U.S. dollar next year. Greenspan expects this to happen even if the Fed decides to pivot its restrictive...
Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project
24.8.2022
If a utility class only does one thing, chances are you don’t want it to be overridden by any styles coming from elsewhere. One approach is to use !important to be 100% certain the style will be applied, regardless of …
Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project...
Adding Tailwind CSS to New and Existing WordPress Themes
20.4.2022
In the 15 or so years since I started making WordPress websites, nothing has had more of an impact on my productivity — and my ability to enjoy front-end development — than adding Tailwind CSS to my workflow (and it …
Adding Tailwind CSS to New and Existing WordPress Themes originally...
2021 Roundup of Web Research
23.12.2021
Last year, we kicked out a roundup of published surveys, research, and other findings from around the web. There were some nice nuggets in there, like a general sentiment that the web needs more documentation, Tailwind CSS dun …
Building a Tennis Trivia App With Next.js and Netlify
8.10.2021
Today we will be learning how to build a tennis trivia app using Next.js and Netlify. This technology stack has become my go-to on many projects. It allows for rapid development and easy deployment.
Without further ado let’s jump in!…
The post Building a Tennis Trivia App With Next.js...
“Disambiguating Tailwind”
20.8.2021
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:
1. Stock tailwind, ie. no changes to the
…
The post “Disambiguating Tailwind” appeared first...
If we’re gonna criticize utility-class frameworks, let’s be fair about it
22.6.2021
I’m not here to raise a shield protecting CSS utility frameworks. I don’t even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I can’t tell you how many times I’ve …
The post If we’re gonna criticize...
How to Use Tailwind on a Svelte Site
12.3.2021
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...
The Things I Add to Tailwind CSS Right Out of the Box
26.2.2021
In every project where I use Tailwind CSS, I end up adding something to it. Some of these things I add in every single project. I’ll share these with you, but I’m also curious what y’all are adding to …
The post The Things I Add to Tailwind CSS Right Out of the Box appeared first...
Why I love Tailwind
11.12.2020
Max Stoiber wrote some interesting notes about why he loves Tailwind. (Max created styled-components, so he has some skin in the styling methodology game.) There’s a lot of great history in this post about how Tailwind emerged and became a valuable tool for designers and engineers alike, but...
Tailwind versus BEM
25.11.2020
Some really refreshing technological comparison writing from Eric Bailey. Like, ya know, everything in life, we don’t have to hate or love everything. Baby bear thinking, I like to say. There are benefits and drawbacks. Every single bullet point here is well-considered and valid. I really...
Color Theming with CSS Custom Properties and Tailwind
19.11.2020
Custom properties not only enable us to make our code more efficient, but allow us to work some real magic with CSS too. One area where they have huge potential is theming. At Atomic Smash we use Tailwind CSS, a utility class framework, for writing our styles. In this article, we’ll look at...
Collective #626
8.10.2020
With Code * CSS Grid full-bleed layout tutorial * Why Tailwind CSS * CSS Variables 101
The post Collective #626 appeared first on Codrops
An Eleventy Starter with Tailwind CSS and Alpine.js
10.7.2020
When I decided to try to base my current personal website on Eleventy, I didn’t want to reinvent the wheel: I tested all the Eleventy starters built with Tailwind CSS that I could find in Starter Projects from the documentation.
Many of the starters seemed to integrate Tailwind CSS in...