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