Skip to content

53 more properties for sort order, all vendor prefixes

Latest
Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 15 Jun 13:51

Details

In v2.0.0 I added in all the known CSS Properties I could find. One of which caught my eye, box-decoration-break. It's pretty cool and I wanted to use it. I tried and found that it only works in Chromium browsers with a vendor prefix. So, then I had to include that in the set.... and figured, might as well run everything through Auto-Prefixer, but just for the latest browsers (and IE11). So that it will at least be "completely complete" (for now).

I used Auto-Prefixer Online with these settings:

In the future I may remove all vendor prefixes and re-do this with just the latest browsers at that time (which will hopefully include removing IE and non-chromium Edge). But for now, we do what we do.


Summary

  • Added 53 vendor prefixes from all modern browsers (+IE11)

Changes