Sets whether the source comments are included (by default they are not).
- Namespace
- Statiq
.Sass - Containing Type
- CompileSass
Syntax
public CompileSass IncludeSourceComments(bool includeSourceComments = true)
Parameters
| Name | Type | Description |
|---|---|---|
| includeSourceComments | bool | true to include source comments. |
Return Value
| Type | Description |
|---|---|
| CompileSass | The current instance. |