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