segmentio / myth

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

Fixed bug where options isn't passed to variables #117

Closed garysoed closed 9 years ago

garysoed commented 9 years ago

I'm not sure if you'd like the options to be namespaced by feature (so in the pull request it'll be options.variables instead). Let me know if you want the same to be done for the other plugins.

ianstormtaylor commented 9 years ago

Hmm good question, what options are you looking to pass in?

garysoed commented 9 years ago

The map option for rework's variables.

On Sun, Mar 1, 2015, 17:04 Ian Storm Taylor notifications@github.com wrote:

Hmm good question, what options are you looking to pass in?

— Reply to this email directly or view it on GitHub https://github.com/segmentio/myth/pull/117#issuecomment-76645021.

ianstormtaylor commented 9 years ago

Added in 1.4.0 as options.variables! Thanks!