Commit b8cfb690 by Aaron Leung

Forgot to add this file.

parent b5450464
#ifdef __cplusplus
extern "C" {
#endif
struct sass_context {
char* sass_path;
char* css_path;
char* include_paths;
char* input_file;
char* input_string;
unsigned int output_style;
};
sass_context* sass_new_context();
char* sass_compile(sass_context* c_ctx);
#ifdef __cplusplus
}
#endif
\ 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