Search
Bears Lose $400M to Liquidations, Largest Since May, as BTC, ETH, SOL Spike Higher
10.7.2025
As BTC and ETH pushed higher, waves of short liquidations may have created sudden price acceleration, forcing more traders to exit in a cascade
Using CSS Cascade Layers With Tailwind Utilities
30.6.2025
Being the bad boy I am, I don't take Tailwind's default approach to cascade layers as the "best" one. Over a year experimenting with Tailwind and vanilla CSS, I've come across what I believe is a better solution.
Using CSS Cascade Layers With Tailwind Utilities originally published on CSS-Tricks...
Polyhedra’s ZKJ token plummets 83% after ‘abnormal’ transactions
16.6.2025
Polyhedra said it’s investigating a massive plunge in the price of its governance token, which now sits at 31 cents, down from $2
Crypto Bulls Rack up $600M Liquidations as Bitcoin Drops Under $104K
31.5.2025
A cascade of liquidations might suggest a market turning point, where a price reversal could be imminent due to an overreaction in market sentiment
XRP, SOL Nosedive 14% as Crypto Bulls Rack $800M Liquidations
7.4.2025
A cascade of liquidations might suggest a market turning point, where a price reversal could be imminent due to an overreaction in market sentiment
Maybe don’t use custom properties in shorthand properties
6.3.2025
This easily qualifies as a "gotcha" in CSS and is a good reminder that the cascade doesn't know everything all at the same time. If a custom property is invalid, the cascade won't ignore it, and it gets evaluated, which invalidates the declaration.
Maybe don’t use custom properties...
Organizing Design System Component Patterns With CSS Cascade Layers
10.2.2025
I enjoy organizing code and find cascade layers a fantastic way to organize code explicitly as the cascade looks at it. The neat part is, that as much as it helps with "top-level" organization, cascade layers can be nested, which allows us to author more precise styles based on the cascade...
Bitcoin Whiplash: Crypto Giant Plummets Below $90K, Triggers Cascade of Liquidations
13.1.2025
Bitcoin’s price exhibited a tempestuous performance on Monday, as the leading cryptocurrency plunged from approximately $94,000 to under $90,000 by 9:35 a.m. EDT. Following this descent, BTC demonstrated a partial recovery, ascending to hover within the $92,300 to $93,000 bracket. From $94K...
HTML Web Components Make Progressive Enhancement and CSS Encapsulation Easier!
1.8.2024
I have to thank Jeremy Keith and his wonderfully insightful article from late last year that introduced me to the concept of HTML Web Components. This was the “a-ha!” moment for me:
When you wrap some existing markup in a
…
HTML Web Components Make Progressive Enhancement and...
Crypto Exchange OKX's Token Suffers 50% Flash Crash Amid Liquidation Cascade
23.1.2024
The exchange said that it will compensate impacted users within 72 hours
Liquidation cascade puts crypto market into shock: Report
14.9.2023
Venture capital inflows decreased 42.7% as derivatives saw one of the largest liquidation events in crypto
Rising Bitcoin Prices Cause Cascade of Short Liquidations, Highest Ratio of Short vs. Long Wipeouts Since July 2021
17.1.2023
The top two crypto assets have risen significantly in the past seven days, with bitcoin jumping 22.6% and ethereum increasing 18.6% against the U.S. dollar. According to market data, both crypto assets saw the largest increase on Saturday, Jan. 14, 2023. The sudden spike in value caused the highest...
Taming the Cascade With BEM and Modern CSS Selectors
21.11.2022
BEM. Like seemingly all techniques in the world of front-end development, writing CSS in a BEM format can be polarizing. But it is – at least in my Twitter bubble – one of the better-liked CSS methodologies.
Personally, I think …
Taming the Cascade With BEM and Modern CSS Selectors...
What CSS Do You Absolutely Have to Know in 2022?
8.11.2022
Sacha Greif openly wondered whether CSS has gotten to be, you know, too big. With all the goodies that’ve shipped in browsers the past couple of years — container queries! relative color syntax! cascade layers! logical properties…
What CSS Do You Absolutely Have to Know in 2022?...
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...
Bitcoin price approaches key support levels to avoid 'cascade south'
27.5.2022
Volatility is primed to return after upside above $29,000 fails to become an enduring trend
Manuel Matuzovic’s CSS Specificity Demo
25.2.2022
If you’re looking for a primer on CSS specificity, we’ve got that. And if you’re trying to get ahead of the game, you should be aware of CSS Cascade Layers as well.
One of the ways to help get …
Manuel Matuzovic’s CSS Specificity Demo originally published...
Collective #700
24.2.2022
A Complete Guide to CSS Cascade Layers * Painting SVG Paths with Masks * MonoLisa * Shaders and Gradients
The post Collective #700 appeared first on Codrops
A Complete Guide to CSS Cascade Layers
21.2.2022
This is your complete guide to CSS cascade layers, a CSS feature that allows us to define explicit contained layers of specificity, so that we have full control over which styles take priority in a project without relying on specificity …
A Complete Guide to CSS Cascade Layers originally...
Collective #699
17.2.2022
Offscreen Canvas * The State of JS 2021 * gsap-video-export * Hello, CSS Cascade Layers
The post Collective #699 appeared first on Codrops