public class SpincastCssAutoprefixerConfigDefault extends Object implements SpincastCssAutoprefixerConfig
| Constructor and Description |
|---|
SpincastCssAutoprefixerConfigDefault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPostcssExecutableName()
The name or full path to the
"postcss" npm artifact executable.
|
public SpincastCssAutoprefixerConfigDefault()
public String getPostcssExecutableName()
SpincastCssAutoprefixerConfig
By default this will be "postcss" except
on Windows where it will be "postcss.cmd".
With those defaults, the "postcss" npm library must have been installed globally!
getPostcssExecutableName in interface SpincastCssAutoprefixerConfigCopyright © 2019. All rights reserved.