#browserslist — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #browserslist, aggregated by home.social.
-
Design Systems and Shareable Browser Support, by @robinwhittleton:
-
Browserslist and Baseline, by @chriscoyier (@frontendmasters.com):
-
I've just published browserslist-plausible on npm! (Very creative name… I know! 😅)
It's a little tool that pulls data from @plausible Analytics for calculating #Browserslist coverage stats. 🦔
* https://github.com/browserslist/browserslist-plausible
* https://www.npmjs.com/package/browserslist-plausibleIf you're using Plausible and Browserslist, it could be worth checking out! Issues and feature requests are always welcome.
-
Blog post: #Dropserver progress update for February (yes, it's a bit late 😬)
Stuff about #lume #ssg Dropserver app, submitting a patch to #browserslist to help it run in #Deno with limited permissions, and more.
https://olivierforget.net/blog/2024/dropserver-progress-february-2024/
-
Post >> TIL some info about PostCSS Preset Env and Browserslist • When all else fails, I go to the source and ask.
https://www.brycewray.com/posts/2024/02/til-some-info-postcss-preset-env-browserslist/
-
Just learned something I’d hoped was true: if your project has a more updated version of browserslist than what’s in postcss-preset-env, postcss-preset-env will use the better data instead of what’s in its own browserslist dependency:
https://github.com/csstools/postcss-plugins/discussions/1299