Commit 1267c304 by Hampton Catlin

implement dummy folder compile method

parent b23c6869
......@@ -128,4 +128,9 @@ extern "C" {
return 0;
}
int sass_compile_folder(sass_folder_context* c_ctx)
{
return 1;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment