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

helper: file_exist (in sass-extension) #1957

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

hiphapis
Copy link

from: #1717
it's file_exist helper. sorry to late.

ex.

body {
  @if file_exist("debug.jpg") {
    background-color: green;
  }
  @else {
    background-color: red;
  }
}

please welcome any feedback :)

anyway. i did read https://github.com/Compass/compass/blob/stable/CONTRIBUTING.md#running-tests & http://compass-style.org/help/tutorials/contributing/#running-tests
but it does not work.
so please update the "Running Tests". then i'll make test codes and running test

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.

None yet

1 participant