Browserslist 4.24.2 was released.
We changed outdated caniuse-lite warning. Now it contains months since update and more clear text:
> Browserslist: browsers data (caniuse-lite) is 20 months old. Please run:
> npx update-browserslist-db@latest
github.com/browserslist/upda…
Just received $100 donation from @tarunsachdeva for my open source. Thanks a lot!
Also, if you company prefer donations via OpenCollective over GitHub Sponsors, you can donate me with PostCSS organization
opencollective.com/postcss
16.10.0 is out! It adds the new `formatter` config property, the new `validate` and `--validate` options, and fixes a bunch of bugs. Enjoy!
stylelint.io/changelog/#1610…
Google sent me bank card with few hundred $ for my open source projects like PostCSS.
I am using it only for food, so that I can say later that open source feeds me (not in reality since few hundred per year is not enough).
If you to donate me too:
github.com/sponsors/ai
Postcss going into maintenance mode , what does this mean for this amazing project going forward ??
Full chat with @sitnikcode , creator of Postcss now available .
YouTube : youtu.be/eYTADLHNuzg
We replaced globby and fast-glob with tinyglobby (by @superchupu) in Size Limit and postcss-mixins to reduce dependencies from 23 to 2.
github.com/SuperchupuDev/tin…
While some complain about the node_modules size, we with @e18e_dev, are making the Node.js ecosystem lighter.
It's probably too early to use alternative text for generated CSS content in prod and without proper fallback, but since Safari 17.4 and Firefox 128, the `/` syntax entered the baseline. 💪
If you want to learn more, I discovered it 4y ago... 👇
stefanjudis.com/today-i-lear…
ALT .new-item::before { /* "black star" and element content is read out */ content: "★"; /* "Highlighted item" and element content is read out */ content: "★" / "Highlighted item"; /* Generated content is ignored and only element content is read out */ content: "★" / ""; }
PostCSS 8.4.40 was released with types fixes for Sass team.
They are working for PostCSS compatibility for Sass indent syntax.
github.com/sass/dart-sass/is…
Release’s alchemists by @Tanjiu9.
Now `bunx update-browserslist-db@latest` supports @bunjavascript too.
This script will update browser’s database (for Autoprefixer, Babel, etc) in Bun lockfile.
Thanks to pornoiya & @kyttawashere.
Received $2000 donation from Microsoft to @PostCSS, @Autoprefixer and other my projects. They donated many projects that day.
Thanks a lot to people who promote this project in the company and developers who highlight my projects.
github.com/sponsors/ai
We are not planning of rewriting PostCSS to Rust, because it will bring breaking changes similar to migration to @lightningcss. Just move to Lightning CSS.
github.com/orgs/postcss/disc…
Maintaining a large open source project often feels like unpaid work that big companies pressure you to do. The victory in competition hardly justifies all the time you invest.
Each “competitor” is simply another person who will work in your place.
I’m so into security because I really don’t want half the internet to be hacked by PostCSS, or any of my other projects (plus I’m making a privacy-first RSS reader right now)
And you can always donate to me for my efforts to protect the internet.
github.com/sponsors/ai
WOW @andrey_sitnik just sponsored me 😳🤯
I've been using PostCSS, Browserslist, etc for years before I started OSS and was one of the things that got me more involved!
You've done so much to raise us all and you're a huge inspiration!
Thank you so much ❤️🙌
16.4.0 is out! It adds a new rule for the `custom-media` at-rule, two secondary options, experimental support for post processors, and fixes many bugs, including false negatives/positives, incorrect autofix, etc.
stylelint.io/CHANGELOG#1640