View | Details | Raw Unified | Return to bug 41327
Collapse All | Expand All

(-)a/gulpfile.js (-1 / +6 lines)
Lines 32-37 var CSS_BASE = args.view == "opac" ? OPAC_CSS_BASE : STAFF_CSS_BASE; Link Here
32
32
33
var sassOptions = {
33
var sassOptions = {
34
    importer: tildeImporter,
34
    importer: tildeImporter,
35
    silenceDeprecations: [
36
        "color-functions",
37
        "global-builtin",
38
        "import",
39
        "legacy-js-api",
40
    ],
35
    includePaths: [__dirname + "/node_modules", __dirname + "/../node_modules"],
41
    includePaths: [__dirname + "/node_modules", __dirname + "/../node_modules"],
36
};
42
};
37
43
38
- 

Return to bug 41327