-prefix-free Utility

For general web development questions that are not specifically related to CSS HTML Validator. This includes (but is not limited to) general HTML, CSS, Accessibility, JavaScript, and SEO questions.
Post Reply
User avatar
Albert Wiersch
Site Admin
Posts: 3783
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

-prefix-free Utility

Post by Albert Wiersch »

This is an interesting script/utility that I came across that I thought was worth posting about.

Link:
http://leaverou.github.io/prefixfree/
-prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.
A similar solution that doesn't require JavaScript is here (paste in your CSS and get the "prefixed" results back):
http://expressprefixr.herokuapp.com/
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Post Reply