segmentio / myth

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

Fix sourcemap #89

Closed MoOx closed 10 years ago

MoOx commented 10 years ago

Sourcemap is a bit weird since it embed first sourcemap (first rework parsing), autoprefixer sourcemap (postcss parsing), then another mapping du to last reparsing. Avoiding last reparsing by default will make sourcemap lighter :) (ref

87)

Close #78

valpackett commented 10 years ago

+1

MoOx commented 10 years ago

What do you think about that @ianstormtaylor ?

magsout commented 10 years ago

:+1:

MoOx commented 10 years ago

Closing in favor of #87