Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
a6aab247
Commit
a6aab247
authored
Nov 11, 2018
by
xzyfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove call to removed sass_option_push_import_extension
parent
f06781d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
binding.cpp
src/binding.cpp
+1
-2
No files found.
src/binding.cpp
View file @
a6aab247
...
...
@@ -113,7 +113,6 @@ int ExtractOptions(v8::Local<v8::Object> options, void* cptr, sass_context_wrapp
sass_option_set_precision
(
sass_options
,
Nan
::
To
<
int32_t
>
(
Nan
::
Get
(
options
,
Nan
::
New
(
"precision"
).
ToLocalChecked
()).
ToLocalChecked
()).
FromJust
());
sass_option_set_indent
(
sass_options
,
ctx_w
->
indent
);
sass_option_set_linefeed
(
sass_options
,
ctx_w
->
linefeed
);
sass_option_push_import_extension
(
sass_options
,
".css"
);
v8
::
Local
<
v8
::
Value
>
importer_callback
=
Nan
::
Get
(
options
,
Nan
::
New
(
"importer"
).
ToLocalChecked
()).
ToLocalChecked
();
...
...
@@ -303,7 +302,7 @@ NAN_METHOD(render_sync) {
}
sass_free_context_wrapper
(
ctx_w
);
info
.
GetReturnValue
().
Set
(
result
==
0
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment