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: Removes post-processing path normalization #1900

Merged
merged 2 commits into from
Jun 27, 2015

Conversation

am11
Copy link
Contributor

@am11 am11 commented Jun 26, 2015

1f5c263:

LibSass does not support relative paths resolution. Nor does ruby-sass
(unless we use Compass). At present, WE tries to resolve the URLs in
the post-compilation step by using one base path. This misleads in the
scenarios where we have nested imports and the meaning of
'relative path' need to be twisted to justify the outcome. :)

Less provides this functionality OOTB. We will have to wait for LibSass
to provide this functionality; either sass/libsass#674 or
sass/libsass#532 gets addressed.


7c2583b:

Code: General fixes.

  • Removes unused usings.
  • Eliminates unnecessary branches.
  • Renames NodeExecutorBase's override methods.

* Removes unused usings.
* Eliminates unnecessary branches.
* Renames `NodeExecutorBase`'s override methods.
@am11
Copy link
Contributor Author

am11 commented Jun 26, 2015

@madskristensen, after this, we are set for v2.6 IMHO.
/cc @SLaks

LibSass does not support relative paths resolution. Nor does ruby-sass
(unless we use Compass). At present, WE tries to resolve the URLs in
the post-compilation step by using one base path. This misleads in the
scenarios where we have nested imports and the meaning of
'relative path' need to be twisted to justify the outcome. :)

Less provides this functionality OOTB. We will have to wait for LibSass
to provide this functionality; either sass/libsass#674 or
sass/libsass#532 gets addressed;
madskristensen added a commit that referenced this pull request Jun 27, 2015
Sass: Removes post-processing path normalization
@madskristensen madskristensen merged commit cfc1155 into madskristensen:master Jun 27, 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

Successfully merging this pull request may close these issues.

2 participants