import "github.com/evanw/esbuild/internal/css_printer"
func Print(tree css_ast.AST, options Options) string
type Options struct { Contents string RemoveWhitespace bool }
css_printer.go
Tools for package owners.