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

Compass Sprite imports break KSS parsing #24

Closed
wants to merge 1 commit into from

Commits on Mar 12, 2013

  1. Compass Sprite imports break KSS parsing

    * Compass Sprite imports can be of the form `@import "folder/*.png"`.
    * This matches the regex for multi-line comments and the rest of the
      file would then be ignored.
    * New behaviour is to `continue` if we aren't already in a multi-line
      comment if the line starts with @import.
    * Ran mocha test suite and still passed.
    * Manually verified as well.
    Michael Scheibe committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    f5a6ca6 View commit details
    Browse the repository at this point in the history