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

css3 images is not in the sourcemap #50

Closed
eguneys opened this issue Jul 10, 2015 · 0 comments
Closed

css3 images is not in the sourcemap #50

eguneys opened this issue Jul 10, 2015 · 0 comments

Comments

@eguneys
Copy link

eguneys commented Jul 10, 2015

I am getting this error

Module build failed: Error: "/home/ubuntu/webdev/learn/node_modules/compass-mixins/lib/compass/css3/_images.scss" is not in the SourceMap.
    at SourceMapConsumer_sourceContentFor [as sourceContentFor] (/home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/node_modules/postcss/node_modules/source-map/lib/source-map/source-map-consumer.js:677:15)
    at Input.origin (/home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/node_modules/postcss/lib/input.js:91:31)
    at Input.error (/home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/node_modules/postcss/lib/input.js:61:27)
    at Declaration.error (/home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/node_modules/postcss/lib/node.js:68:38)
    at Warning.toString (/home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/node_modules/postcss/lib/warning.js:22:30)
    at /home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/index.js:35:40
    at Array.forEach (native)
    at /home/ubuntu/webdev/learn/yuzbir-react/node_modules/postcss-loader/index.js:34:31
 @ ./app/components/OkeyStone/_OkeyStone.scss 4:14-404 13:2-17:4 14:20-410

Trying to use a mixin like this:

@mixin app($color){
@include background(linear-gradient(bottom,$color,lighten($color,10%)));
  border-bottom:solid 4px darken($color,20%);
  font-family:Lobster;
}

With webpack sass-loader.

Not sure why.

@eguneys eguneys closed this as completed Jul 10, 2015
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

1 participant