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 103fe47 commit 8c7d2ceCopy full SHA for 8c7d2ce
src/WebCompiler/Compile/SassOptions.cs
@@ -49,6 +49,10 @@ protected override void LoadSettings(Config config)
49
var sourceMapRoot = GetValue(config, "sourceMapRoot");
50
if (sourceMapRoot != null)
51
SourceMapRoot = sourceMapRoot;
52
+
53
+ var lineFeed = GetValue(config, "lineFeed");
54
+ if (lineFeed != null)
55
+ LineFeed = lineFeed;
56
}
57
58
/// <summary>
0 commit comments