Ejemplo n.º 1
0
func (opt *options) SetSourceMapContent(content bool) {
	C.sass_option_set_source_map_contents(opt.optc(), C._Bool(content))
}
Ejemplo n.º 2
0
func SassOptionSetSourceMapContents(goopts SassOptions, b bool) {
	C.sass_option_set_source_map_contents(goopts, C.bool(b))
}