We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3157321 commit fd51586Copy full SHA for fd51586
src/context.cpp
@@ -90,9 +90,8 @@ namespace Sass {
90
91
{
92
93
- // Sass 3.4: The current working directory will no longer be placed onto the Sass load path by default.
94
- // If you need the current working directory to be available, set SASS_PATH=. in your shell's environment.
95
- // include_paths.push_back(CWD);
+ // add cwd to include paths
+ include_paths.push_back(CWD);
96
97
// collect more paths from different options
98
collect_include_paths(c_options.include_path);
0 commit comments