Specifies whether a source map should be generated (the default
behavior is
false).
- Namespace
- Statiq
.Sass - Containing Type
- CompileSass
Syntax
public CompileSass GenerateSourceMap(bool generateSourceMap = true)
Parameters
| Name | Type | Description |
|---|---|---|
| generateSourceMap | bool | true to generate a source map. |
Return Value
| Type | Description |
|---|---|
| CompileSass | The current instance. |