Sass.

IncludeSourceComments(bool) Method

Summary

Sets whether the source comments are included (by default they are not).
Assembly
Wyam.Sass.dll
Namespace
Wyam.Sass
Containing Type
Sass

Syntax

public Sass IncludeSourceComments(bool includeSourceComments = true)

Parameters

Name Type Description
includeSourceComments bool true to include source comments.

Return Value

Type Description
Sass The current instance.
GitHub