Commit 1b9e24dc by xzyfer

Bump LibSass to 3.3.0

parent 4d2c15e5
{
"name": "node-sass",
"version": "3.4.0-beta.2",
"libsass": "3.3.0-beta3",
"libsass": "3.3.0",
"description": "Wrapper around libsass",
"license": "MIT",
"homepage": "https://github.com/sass/node-sass",
......
......@@ -19,7 +19,7 @@ Sass_Import_List sass_importer(const char* cur_path, Sass_Importer_Entry cb, str
return bridge(argv);
}
union Sass_Value* sass_custom_function(const union Sass_Value* s_args, Sass_Function_Entry cb, struct Sass_Options* opts)
union Sass_Value* sass_custom_function(const union Sass_Value* s_args, Sass_Function_Entry cb, struct Sass_Compiler* comp)
{
void* cookie = sass_function_get_cookie(cb);
CustomFunctionBridge& bridge = *(static_cast<CustomFunctionBridge*>(cookie));
......
Subproject commit 4f62bea2c6cccd5a08947e1a000c9b08c8d2fbb7
Subproject commit bb090edb2fb09b6dbe609ca9bbfd4814759113bd
Subproject commit be6ad0a4acedb09fb054137bd8c4b3fc0e3e9ae3
Subproject commit 0f7026aebcc45b5d42b80d571a23a5302a7f3fe2
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