segmentio / myth

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

Prefixes not working #127

Closed iantearle closed 9 years ago

iantearle commented 9 years ago

Trying to get a gradient to auto prefix after running Myth;

background: linear-gradient(left top, var(--french-gray), color(var(--french-gray) shade(25%)));

only writes:

background: linear-gradient(left top, #bcbba6, rgb(141, 140, 125));

No other flags to disable are on. Any ideas? Running 1.4.0

iantearle commented 9 years ago

Should check caniuse more often...