#CSStools
Woah, never seen this! Very neat
github.com/csstools/pos...
December 3, 2024 at 4:58 PM
in the mean time, this postcss polyfill lets one use it today: github.com/csstools/pos...

(open-props also ships a set of them)
September 23, 2026 at 1:58 PM
Private Custom Properties: github.com/csstools/pos...

#postcss

Not yet added to postcss-preset-env as it is an early spec. But has some interesting properties :)
postcss-plugins/plugins/postcss-private-rule at main · csstools/postcss-plugins
PostCSS Tools and Plugins. Contribute to csstools/postcss-plugins development by creating an account on GitHub.
github.com
August 30, 2026 at 6:13 PM
Thankfully I think this ended up being much easier to solve by way of a PostCSS plugin.

www.npmjs.com/package/@css...
@csstools/postcss-oklab-function
Use oklab() and oklch() color functions in CSS. Latest version: 4.0.11, last published: 8 days ago. Start using @csstools/postcss-oklab-function in your project by running `npm i @csstools/postcss-okl...
www.npmjs.com
August 30, 2025 at 2:29 PM
Something new for #css #postcss github.com/csstools/pos...

At first I didn't really see it but the light-dark function is so much more than a convenience method for the media query 🎉
February 19, 2024 at 6:15 PM
We made a plugin to automate this process a bit: github.com/csstools/pos...

Maybe not entirely the same, but should still help people find out which plugins are slowing down their builds
postcss-plugins/plugins/postcss-slow-plugins at main · csstools/postcss-plugins
PostCSS Tools and Plugins. Contribute to csstools/postcss-plugins development by creating an account on GitHub.
github.com
November 11, 2024 at 11:08 PM
We've had way too many issues where stuff broke in production because minifiers had bugs.

Eventually this lead to this "minifier" github.com/csstools/pos... 😅
July 22, 2026 at 10:41 AM
Switched CSS Tools over to the new CSS logo ✨
Very nice work by the CSS Next community group, @nerdy.dev and @itsjavi.com

See it here:
- github.com/csstools
- cssdb.org
- csstools.github.io/postcss-plug...
November 13, 2024 at 4:47 PM
Tools #36: Useful Programming Tools 🧙🏻‍♂️🪄 | Free CSS animation tool to make your UI magic! Visit javidev – link in my profile. Created by mystic.js
#CSSTools #WebAnimations #FrontEndMagic #DevTools #UIDesign #FreeDevTools #WebDev #CodeSmart #CSSHacks #CreativeCoding
July 9, 2025 at 4:03 PM
Trying something new : recipe's for PostCSS

First one is for Open Props by @nerdy.dev

https://github.com/csstools/postcss-plugins/tree/main/postcss-recipes/open-props#recipe--open-props

It's a complete PostCSS setup with a bundler, minifier, ...
July 24, 2023 at 5:00 PM
A new AI review! csstools/postcss-font-magician ⭐3.8/5.0
postcss-font-magician is a mature PostCSS plugin that generates @font-face rules automatically based on font/font-family usage, with support for Google Fonts, Bootstrap “foundries”, custom...
https://gitrated.com/csstools/postcss-font-magician
May 14, 2026 at 8:10 AM
Here I was, thinking that @custom-selector was part of the CSS Spec! But I only found it as a postcss plugin

github.com/csstools/pos...
postcss-plugins/plugins/postcss-custom-selectors at main · csstools/postcss-plugins
PostCSS Tools and Plugins. Contribute to csstools/postcss-plugins development by creating an account on GitHub.
github.com
July 1, 2025 at 6:40 PM
Cool to see @romainmenke.bsky.social is joining too! (Thanks for all the work on csstools 💙)
March 18, 2025 at 9:10 AM
New #PostCSS plugin 🎉 github.com/csstools/pos...

It generates dynamic color values for users preferring more or less contrast :

codepen.io/romainmenke/...
April 2, 2024 at 12:06 PM
Love it.

I recently ran into a case where I wished I could use it with `@container` too. There is an open spec issue for `@custom-container`: github.com/w3c/csswg-dr...
[css-extensions] Custom container queries · Issue #8121 · w3c/csswg-drafts
This was requested in csstools/postcss-plugins#671 It would be in parallel with @custom-media. @custom-container <extension-name> <container-condition> @custom-container --foo card (inline-size > 3...
github.com
January 23, 2026 at 6:06 AM
postcss-preset-env 11.1.0 is out now.
- very basic support for mixins
- esm only (since v11)

github.com/csstools/pos...

preset-env.cssdb.org/playground/#...
github.com
January 14, 2026 at 8:25 PM
Soooo... Stylelint runs on postcss, depends on csstree for correctness, csstools/tokenizer for spec compliant tokenizing of complex stuff. That's a lot of heavy machinery 😅
August 9, 2026 at 8:17 PM
Min-Max-Value Interpolation || #CSS #CSSTools #WebDev bit.ly/4moC6f5
Min-Max-Value Interpolation
A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.
bit.ly
August 7, 2025 at 9:52 PM
🔴🔵 CSS Gradients
by @CSSPro - @gvrizzo
A collection of beautiful CSS gradients. Click to copy, free to use.
#css #webapp #webtool #CSStools

csspro.com/css-gradients
April 17, 2024 at 7:31 PM
Slowly working through a long backlog of open issues under the github.com/csstools org.

few months ago:
226 open issues in 39 packages

now:
149 open issues in 31 packages
March 3, 2024 at 2:49 PM
Made a little dingus to inspect channel values for relative color syntax in CSS : preset-env.cssdb.org/blog/relativ...
Relative Color Syntax : Channel Values | CSSTools
Inspect the channel values for the origin color.
preset-env.cssdb.org
March 4, 2024 at 6:00 PM
The CSS color specification was recently expanded to allow any number of colors in the color-mix function.

You can play around with it here: preset-env.cssdb.org/blog/css-col...

Or as a PostCSS plugin: github.com/csstools/pos...

Browsers still need to implement this ⌛
May 27, 2025 at 1:05 PM