Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the client used to do PostCSS transformations.
type Options ¶
type Options struct { // Set a custom path to look for a config file. Config string NoMap bool `mapstructure:"no-map"` // Disable the default inline sourcemaps // Options for when not using a config file Use string // List of postcss plugins to use Parser string // Custom postcss parser Stringifier string // Custom postcss stringifier Syntax string // Custom postcss syntax }
Some of the options from https://github.com/postcss/postcss-cli
func DecodeOptions ¶
Click to show internal directories.
Click to hide internal directories.