Versions in this module Expand all Collapse all v0 v0.1.1 Jun 16, 2026 Changes in this version + func UseCompilationCache(dir string) v0.1.0 Jun 16, 2026 Changes in this version + const CompilerVersion + func Compile(scss string, opts ...Option) (string, error) + func UseInterpreter(b bool) + func Version() string + type Error struct + Message string + func (e *Error) Error() string + type Option func(*options) + func WithStyle(s Style) Option + type Result struct + CSS string + SourceMap []byte + func CompileWithSourceMap(scss string, opts ...Option) (Result, error) + type Style int + const Compressed + const Expanded