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

Bug fix when using svg-gradient in a mixin in a nested folder #2361

Merged
merged 3 commits into from
Jan 1, 2015

Commits on Dec 31, 2014

  1. Add failing test for svg-gradient in nested mixin

    Tests which expose the bug in less#2360
    mtscout6 committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    0d94e2d View commit details
    Browse the repository at this point in the history
  2. Proposed fix for issue less#2360

    I don't entirely understand how the tests are setup, so there are some
    failing tests still but they appear to be isolated to base64 encoding
    options.
    mtscout6 committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    94b3795 View commit details
    Browse the repository at this point in the history
  3. Improve url check to be more robust, fix tests

    I figured out that the test would still fail if I call the import in the
    urls.less file. That way I don't need to figure out all the setup
    required to test this bug.
    
    - less#2360
    mtscout6 committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    19b606b View commit details
    Browse the repository at this point in the history