segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 130 forks source link

#16 Passing options to autoprefixer #50

Closed gasolin closed 10 years ago

gasolin commented 10 years ago

patch for issue #16

Not change current syntax, so user could pass browsers list in {}

myth(css, { 
  browsers: ['ff 28']
});

test case included

ianstormtaylor commented 10 years ago

Thanks! Added in 1.0.0