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