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.
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 ↓
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…
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
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
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-…
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-…
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-…
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-…
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/
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.