File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -795,6 +795,7 @@ extern "C" {
795
795
IMPLEMENT_SASS_CONTEXT_TAKER (char *, error_file);
796
796
IMPLEMENT_SASS_CONTEXT_TAKER (char *, output_string);
797
797
IMPLEMENT_SASS_CONTEXT_TAKER (char *, source_map_string);
798
+ IMPLEMENT_SASS_CONTEXT_TAKER (char **, included_files);
798
799
799
800
// Push function for include paths (no manipulation support for now)
800
801
void ADDCALL sass_option_push_include_path (struct Sass_Options * options, const char * path)
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ ADDAPI char* ADDCALL sass_context_take_error_message (struct Sass_Context* ctx);
117
117
ADDAPI char * ADDCALL sass_context_take_error_file (struct Sass_Context * ctx );
118
118
ADDAPI char * ADDCALL sass_context_take_output_string (struct Sass_Context * ctx );
119
119
ADDAPI char * ADDCALL sass_context_take_source_map_string (struct Sass_Context * ctx );
120
+ ADDAPI char * * ADDCALL sass_context_take_included_files (struct Sass_Context * ctx );
120
121
121
122
// Push function for paths (no manipulation support for now)
122
123
ADDAPI void ADDCALL sass_option_push_plugin_path (struct Sass_Options * options , const char * path );
You can’t perform that action at this time.
0 commit comments