Interface SpincastCssAutoprefixerConfig

All Known Implementing Classes:
SpincastCssAutoprefixerConfigDefault

public interface SpincastCssAutoprefixerConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name or full path to the "postcss" npm artifact executable.
  • Method Details

    • getPostcssExecutableName

      String getPostcssExecutableName()
      The name or full path to the "postcss" npm artifact executable.

      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!