No More CSS Prefix Chaos With PrefixFree
Advertise here with BSA
Almost every browser comes with its own CSS prefix like -webkit-, -moz- or -o- which usually ends up in several repeated and unused CSS rules.
PrefixFree is a script which enables us to use CSS properties without vendor-specific prefixes.
At the backend, it detects the browser of users and adds only the prefixes needed to the CSS rules.
It works for both external () and inline (