How to use the inline-style-prefixer/generator function in inline-style-prefixer

To help you get started, we’ve selected a few inline-style-prefixer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github FormidableLabs / radium / scripts / update-prefix-data.js View on Github external
const browserList = {
  chrome: 30,
  android: 4,
  firefox: 25,
  ios_saf: 6,
  safari: 6,
  ie: 9,
  ie_mob: 9,
  edge: 12,
  opera: 13,
  op_mini: 5,
  and_uc: 9,
  and_chr: 30
};

generateData(browserList, {
  staticPath: path.join(__dirname, '../src/prefix-data/static.js'),
  dynamicPath: path.join(__dirname, '../src/prefix-data/dynamic.js')
});