Browse Source

Updated output if compass is not usable inside sass.

pull/54/head
Joachim Bauch 11 years ago
parent
commit
dd1ee296f5
  1. 3
      configure.ac

3
configure.ac

@ -120,9 +120,10 @@ if test x"${SASS}" != x"" ; then @@ -120,9 +120,10 @@ if test x"${SASS}" != x"" ; then
AC_MSG_RESULT([not available])
AC_MSG_WARN([Please install compass so it can be used using "sass --compass ...".])
SASS_SUPPORT_STYLES=no
fi
else
AC_MSG_RESULT([ok])
fi
fi
AC_SUBST(SASS_SUPPORT_STYLES)
AC_PATH_PROGS([AUTOPREFIXER],[autoprefixer])

Loading…
Cancel
Save