After reading this, checked my existing styling as processed through autoprefixer, found the few vendor prefixes that had been added, and manually added them to my styling — so it now doesn’t require any additional tools for cross-browser compatibility.

https://weser.io/blog/vendor-prefixes-in-2024

#WebDev #VendorPrefix #Browsers #CSS #PostCSS #Autoprefixer

Vendor Prefixes in 2024

A brief retrospect on vendor prefixes and whether or not they're still a thing in 2024

Robin Weser's Blog

I made a contribution to browserslist:

https://github.com/browserslist/browserslist/pull/819

I have been trying to get the Lume static site generator to run inside a #Dropserver sandbox, but I have been running into all kinds of issues: some modules written for #NodeJS assume they have read permissions for the entire disk, and error out when you run them with restrictive permissions. Any project that uses #PostCSS + #autoprefixer (ie most build systems) will hit this.

https://github.com/browserslist/browserslist/issues/813

1/2

feat: add BROWSERSLIST_ROOT_PATH by teleclimber · Pull Request #819 · browserslist/browserslist

check that loc is inside BROWSERSLIST_ROOT_PATH in eachParent add tests update Readme fixes #813

GitHub