Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vendor Prefix

Node/grunt - Autoprefixer - How To Add Configuration To My Gruntfile.js & How To Check Supported Browsers?

I want to start using the CSS post-processor called autoprefixer (https://github.com/ai/autoprefixe… Read more Node/grunt - Autoprefixer - How To Add Configuration To My Gruntfile.js & How To Check Supported Browsers?

Setting Vendor-prefixed CSS Using Javascript

...is a huge pain. var transform = 'translate3d(0,0,0)'; elem.style.webkitTransform = trans… Read more Setting Vendor-prefixed CSS Using Javascript