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

With ≈60M weekly downloads, PostCSS has responsibility for the world’s CI resource spending. Together with @7rulnik we reduced PostCSS install size from 1 MB to 0.3 MB, which will speed up CI. github.com/7rulnik/source-ma… packagephobia.com/result?p=p…
1
9
Replying to @stylelint
Often tools run PostCSS even if the developer didn’t pass any PostCSS plugins. It led to a waste of resources without any reason. Previously, we had “PostCSS does nothing” warning. In 8.4, @bogdan0083 added lazy parsing, and we do not need this warning anymore.
1
1
6
In PostCSS ecosystem we have amazing @Stylelint extension for VS Code, created by @addiepossum. github.com/stylelint/vscode-… In 8.4, she added ranges for warnings to improve PostCSS/Stylelint DX in editors. github.com/stylelint/styleli…
1
1
3
PostCSS 8.4 was released. We added ranges for errors & warnings, removed “PostCSS does nothing” warning with lazy parsing, reduced npm install size from 1 MB to 0.3 MB and fixed types. github.com/postcss/postcss/r… Threat about main changes ↓
1
9
35
PostCSS tests was moved from Jest to uvu. Thanks to @kimoofey. node_modules size decreased by 33 MB. On CI, `yarn install` and tests became twice faster (24 → 13 seconds). github.com/postcss/postcss/p…
4
20
cssnano has just reached 4,000 stars on GitHub 👏 A modular minifier, built on top of the PostCSS ecosystem. +28 Stars ⭐️/Up 0.70% 📈 in the last30 days github.com/cssnano/cssnano
1
2
PostCSS retweeted
stylelint 最新版14.1.0にアップデートしたら rgba でエラーが出たので調べたら、モダンな書き方は rgb コンマなしスラッシュでアルファも設定できるらしい color: rgba(12, 122, 231, 0.2); ↓ color: rgb(12 122 231 / 0.2); stylelint.io/user-guide/rule…
1
3
PostCSS retweeted
How you can run accessibility (a11y) checks on your ❤️ Svelte CSS code. We run through setting up stylelint for vanilla CSS SvelteKit projects and also take a peek at adding svelte-check to husky Hope you find it useful! rodneylab.com/sveltekit-css-… @stylelint #askRodney #sveltekit
1
3
Let me be honest real quick... I never paid attention to PostCSS I knew it was doing **stuff** but never investigate further. Today I did and actually, this is not that big of a deal !! I shared what I learned in a blog post so you don't have to! 👇👇 tomquinonero.com/blog/write-…
2
6
We did it! Thanks to @romainmenke too and to @jon_neal for his insights, reviews and patience. We have plans to keep improving the @PostCSS plug-in ecosystem and we’ll keep working in that direction!
Announcing: PostCSS Preset Env 7 🎉 The community came together and, with the organizational leadership of @ant_laguna, they did it. After 2+ years of waiting. They did it. After 30+ plugins updated. They did it. github.com/csstools/postcss-…
3
7
15
Announcing: PostCSS Preset Env 7 🎉 The community came together and, with the organizational leadership of @ant_laguna, they did it. After 2+ years of waiting. They did it. After 30+ plugins updated. They did it. github.com/csstools/postcss-…
4
21
107
Hi VS @code friends👋 Excited to announce that you can now verify your publisher on the Visual Studio Marketplace! Show users your authenticity and get an awesome verified badge on your extensions ✅ Learn how: aka.ms/marketplace-verified-…
2
12
57
By moving from Jest to uvu we already reduced `yarn install` time from average 10 seconds to 5 seconds. When we finish the migration, we will tell more about performance comparison. github.com/lukeed/uvu/
3
12
Browserslist 4.18.1 was released with fixes for `cover` and `since` queries. github.com/browserslist/brow… github.com/browserslist/brow… @g3plane is porting Browserslist to Rust and find many small places for tuning. Release’s hedgehog by instagram.com/p/B_un29Bgdc0/
2
5
🇪🇸Añadiendo Stylelint en un proyecto Vue. javifm.com/blog/integrar-sty… 🇬🇧Adding Stylelint in a Vue project. javifm.com/en/blog/integrate…
1
1
PostCSS retweeted
14.1.0 is out! It adds a new rule, new options and fixes 6 bugs. stylelint.io/changelog/#1410
4
5
Do you use stylelint and SCSS? Upgrading to v14, be sure to read the new migration info github.com/stylelint/styleli… Default support for SCSS is gone, you need to add it back in.
1
5