Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sass + Autoprefixer + Sourcemaps #30

Closed
MethodGrab opened this issue Apr 24, 2015 · 1 comment
Closed

Sass + Autoprefixer + Sourcemaps #30

MethodGrab opened this issue Apr 24, 2015 · 1 comment

Comments

@MethodGrab
Copy link

If you have unicode symbols anywhere in your Sass (eg: pseudo element content property), it will cause the sourcemap to not appear in Chrome when using gulp-sourcemaps with gulp-sass + gulp-autoprefixer.

It seems to be just the symbols, if you replace them with hex representations then sourcemaps work.
It also appears to be autoprefixer related as compiling with symbols but without autoprefixer does show the sourcemap correctly.

I made a reduced test case which demonstrates the issue and has more detail here MethodGrab/gulp-sourcemaps-test-case.

Possibly related: #8

@sindresorhus
Copy link
Owner

Please read the readme. Should be opened at the autoprefixer issue tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants