Versions in this module Expand all Collapse all v1 v1.0.0 Dec 20, 2022 Changes in this version + func Supports() bool + type Client struct + func New(fs *filesystems.SourceFilesystem, rs *resources.Spec) (*Client, error) + func (c *Client) ToCSS(res resources.ResourceTransformer, opts Options) (resource.Resource, error) + type Options struct + EnableSourceMap bool + IncludePaths []string + OutputStyle string + Precision int + TargetPath string + func DecodeOptions(m map[string]any) (opts Options, err error)