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

sourceComments - normal vs map #141

Closed
sindresorhus opened this issue Aug 8, 2013 · 2 comments
Closed

sourceComments - normal vs map #141

sindresorhus opened this issue Aug 8, 2013 · 2 comments

Comments

@sindresorhus
Copy link
Contributor

What's the difference between them? Can you make that clearer in the readme?

Also, both values output the same thing:

/* line 1, /Users/sindresorhus/Projects/grunt-sass/test/fixtures/imported */
li {
  font-family: serif;
  font-weight: bold;
  font-size: 1.2em; }

/* line 6, /Users/sindresorhus/Projects/grunt-sass/test/fixtures/test.scss */
.content-navigation {
  border-color: #3bbfce;
  color: #2ca2af; }

/* line 12, /Users/sindresorhus/Projects/grunt-sass/test/fixtures/test.scss */
.border {
  padding: 8px;
  margin: 8px;
  border-color: #3bbfce; }
@fourseven
Copy link
Contributor

Hi @sindresorhus - as of this commit the map flag is not supported in libsass, just tracing down what changed.

@fourseven
Copy link
Contributor

The library node-sass uses, https://github.com/hcatlin/libsass has recently been refactored and this feature has been removed for the moment. It may be re-added, but it's not usable right now.

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

3 participants