NPM Build Utilities @ 0.3.0-alpha.9
    Preparing search index...

    Interface SassCLI

    Format used to transalate the sass options to a CLI-compatible version.

    0.3.0-alpha.1

    interface SassCLI {
        charset?: boolean;
        "embed-source-map"?: boolean;
        "embed-sources"?: boolean;
        "error-css"?: boolean;
        "fatal-deprecation"?: (DeprecationOrId | Version)[];
        "future-deprecation"?: DeprecationOrId[];
        indented?: boolean;
        "load-path"?: string | string[];
        "pkg-importer"?: "node";
        "source-map"?: boolean;
        "source-map-urls"?: "absolute" | "relative";
        style?: OutputStyle;
        update?: true;
    }
    Index

    Properties

    charset?: boolean
    "embed-source-map"?: boolean
    "embed-sources"?: boolean
    "error-css"?: boolean
    "fatal-deprecation"?: (DeprecationOrId | Version)[]
    "future-deprecation"?: DeprecationOrId[]
    indented?: boolean
    "load-path"?: string | string[]
    "pkg-importer"?: "node"
    "source-map"?: boolean
    "source-map-urls"?: "absolute" | "relative"
    style?: OutputStyle
    update?: true