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

opts are not passed through to node-sass.renderSync #4

Open
mkoryak opened this issue Jul 20, 2015 · 3 comments
Open

opts are not passed through to node-sass.renderSync #4

mkoryak opened this issue Jul 20, 2015 · 3 comments

Comments

@mkoryak
Copy link
Contributor

mkoryak commented Jul 20, 2015

docs say "opts - optional options hash passed through to node-sass.renderSync"

but they are in fact not. only the paths from opts are passed through

@dgbeck
Copy link
Member

dgbeck commented Jul 20, 2015

Hi @mkoryak ! We can fix this.. out of curiosity, what option would you like to pass through?

@mkoryak
Copy link
Contributor Author

mkoryak commented Jul 20, 2015

I would like to pass through:

precision: 8
sourceMap: true
sourceMapContents: false
sourceMapEmbed: true
sourceMapRoot: "."
onError: (err) ->

mostly the source map stuff, but precision is important for bootstrap. I can make a PR if you would like

@mkoryak
Copy link
Contributor Author

mkoryak commented Jul 20, 2015

Also, can you cut a new version once this is fixed please?

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