home.social

#browserslist — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #browserslist, aggregated by home.social.

  1. 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 coverage stats. 🦔

    * github.com/browserslist/browse
    * npmjs.com/package/browserslist

    If you're using Plausible and Browserslist, it could be worth checking out! Issues and feature requests are always welcome.

  2. 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.

    olivierforget.net/blog/2024/dr

  3. Post >> TIL some info about PostCSS Preset Env and Browserslist • When all else fails, I go to the source and ask.

    brycewray.com/posts/2024/02/ti

  4. 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:

    github.com/csstools/postcss-pl