Example #1
0
func (opt *options) SetSourceMapFile(mapfile string) {
	C.sass_option_set_source_map_file(opt.optc(), C.CString(mapfile))
}
Example #2
0
func SassOptionSetSourceMapFile(goopts SassOptions, path string) {
	C.sass_option_set_source_map_file(goopts, C.CString(path))
}