segmentio / myth

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

Pass actual browsers array to autoprefixer #97

Closed jgoz closed 10 years ago

jgoz commented 10 years ago

Previously, myth would die if the browsers option was used, because it was passing an undefined variable to autoprefixer instead of options.browsers. This fixes that.

ianstormtaylor commented 10 years ago

ah shit good call

ianstormtaylor commented 10 years ago

@MoOx we should probs release soonish since this is a breaker, and would be good to get the CLI options out anyways, instead of waiting for more

MoOx commented 10 years ago

Released as 1.1.1 !