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

Commits on Jun 25, 2015

  1. Code: General fixes.

    * Removes unused usings.
    * Eliminates unnecessary branches.
    * Renames `NodeExecutorBase`'s override methods.
    am11 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    75609c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Sass: Removes post-processing path normalization.

    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;
    am11 committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    7c2583b View commit details
    Browse the repository at this point in the history