PostCSS is a tool to transform styles with JS plugins. By @sitnikcode and @evilmartians.

PostCSS retweeted
CSSDB got a new feature which is... 🥁 The color function: cssdb.org/#color-function What is even more awesome is that we've also released a plugin npmjs.com/package/@csstools/… which lets you use that function today. ⚠️ This isn't yet on postcss-preset-env ⚠️
1
1
2
PostCSS retweeted
This marks the start of the color revolution. We're hard-working on the new color modes that are going to come to CSS. PostCSS is equally excited about this:
Thanks to @romainmenke postcss-preset-env is going to help in ongoing color revolution in CSS
1
1
4
Thanks to @romainmenke postcss-preset-env is going to help in ongoing color revolution in CSS
Replying to @argyleink
Really want to add these to postcss-preset-env, but still got a long road map until I can :/ - css-color-4 - css-color-5 - refactor gradients
1
1
9
PostCSS 8.4.6 was released. — Google asked to avoid comment cleaning when it changes meaning — Wix asked to fix comment cleaning in Custom Properties — Fix syntax error throwing on .root access in plugin-less case Release’s alchemists by Francisco Laso.
5
9
PostCSS retweeted
Today is a good day to release, isn't it? We've just released PostCSS Preset Env 7.3.0 🎉 Want to know what comes with it? Come and read this thread!

ALT Reading GIF

1
6
10
Managed to make Parcel CSS even faster! It now parses with zero string copies. Instead, all strings in the AST are borrowed from the input string (i.e. just pointers). Not only is this faster, it also uses less memory. And thanks to Rust's lifetimes, this is totally safe! 🤩
11
33
482
PostCSS removes comments from declaration values and at-rule params (it looks like a good idea at 2013, but now it is dangerous to remove this feature). We plan to add a space when we remove comment to fix compatibility with some edge case. Is it safe? github.com/postcss/postcss/i…
1
PostCSS retweeted
14.3.0 is out! It adds hyperlinks to the terminal, 4 new options and fixes 3 bugs: stylelint.io/CHANGELOG#1430 Stylelint will focus on helping you avoid errors and enforce (non-stylistic) conventions, e.g. what units you allow: stylelint.io/#how-itll-help-…
4
9
LAB gradients are more beautiful. I was very happy, when @d_kzlv told me that @larsenwork’s postcss-easing-gradients got an option to use LAB. It is much more convenient for me than using gradient generators.
postcss-easing-gradients makes your gradients more beautiful by: 1. Using LAB color space instead of RGB to avoid grayish colors in the middle. 2. By changing colors with easings (like in animations). github.com/larsenwork/postcs…
4
12
Using it since day 0. Highly recommended.
postcss-easing-gradients makes your gradients more beautiful by: 1. Using LAB color space instead of RGB to avoid grayish colors in the middle. 2. By changing colors with easings (like in animations). github.com/larsenwork/postcs…
5
14
Amazing! It hasn't even been a week since the release, and there are already plugins to use Parcel CSS with: * Webpack: github.com/webpack-contrib/c… * Rollup: github.com/naecoo/rollup-plu… * ESBuild: github.com/indooorsman/esbui… 🤯🤯🤯
1
6
72
postcss-easing-gradients makes your gradients more beautiful by: 1. Using LAB color space instead of RGB to avoid grayish colors in the middle. 2. By changing colors with easings (like in animations). github.com/larsenwork/postcs…
23
149
PostCSS retweeted
To wrap up the week we have one more announcement for you! 🎉 A brand new `:is()` pseudo class #postcss plugin : github.com/csstools/postcss-… It will make it's way into postcss-preset-env shortly, so make sure to try it out and give us feedback!
1
5
13
📢 Announcing Parcel CSS: A CSS parser, compiler, and minifier written in Rust! ⚡️ Extremely fast 🗜️ Small output 🏢 Vendor prefixing 🪂 Syntax lowering 🍱 CSS modules 📦 Use with Parcel, or standalone in JS or Rust! GitHub: github.com/parcel-bundler/pa… Blog: parceljs.org/blog/parcel-css…
46
344
1,960
One of my favorite ways to enforce conventions like this for CSS is with @stylelint. Fantastic and highly configurable linter for CSS. You can also set up VS Code to auto-format it on save so you don't even need the command palette.
1
5
PostCSS retweeted
🎉 We're opening this new account to tweet about @PostCSS and the efforts that we're pouring into all of our plugins at: github.com/csstools
1
3
14
Use new and upcoming CSS features today, thanks to PostCSS (by @KevinJPowell) 🔗 bram.us/2022/01/11/use-new-a… 🏷 #css #MediaQueries #nesting #video
3
8
Autoprefixer 10.4.2 was released. We fixed missed -webkit- prefix for width: stretch on some @Browserslist configs. github.com/postcss/autoprefi… Release’s knight by @juliedillon juliedillonart.com/
2
17
Told you it was only the beginning! Romain has been killing it. @bramus post made us discover this pen. Available in Safari and we hope it’s available everywhere with this experimental @PostCSS plug-in!
With :has pseudo coming to Safari we are working on the next version of github.com/csstools/postcss-… We really liked the overview of @branmcconnell nitter.catsarch.com/branmcconnell/status/1… and applied our polyfill and plugin to make it work in all browsers. codepen.io/romainmenke/pen/G… #postcss
1
2
Starting the year strong with @PostCSS. We’ve just released a CLI global package to handle all of the plug ins via CLI instead of per package. We’ve managed to take one second out of the install of postcss-preset-env 👇🏼
2
5
4