Skip to content

Instantly share code, notes, and snippets.

@drewwells
Created August 23, 2013 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewwells/6322177 to your computer and use it in GitHub Desktop.
Save drewwells/6322177 to your computer and use it in GitHub Desktop.
Test what browsers autoprefixer is working with.
var autoprefixer = require('autoprefixer');
var prefixed = autoprefixer("android 4", "ios 7", "ios 6.1", "ff 23", "ios 6", "android 2.3", "android 2.2").inspect();
console.log(prefixed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment