sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

Fix issue #2 #3 #13

Closed DenisIzmaylov closed 9 years ago

DenisIzmaylov commented 10 years ago

It seems troubles caused by vinyl-sourcemaps-apply module. With this fix it just works.

DenisIzmaylov commented 10 years ago

For everybody who got troubles with source maps this doc will very useful: https://www.npmjs.org/package/source-map

sindresorhus commented 10 years ago

This should be handled by vinyl-sourcemaps-apply. If there's an issue with its handling of source maps I encourage you to open a PR there instead.