Skip to content

Commit 2e78599

Browse files
committed
move config option because this is used also in sub projects
1 parent 8468780 commit 2e78599

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/compile-sass.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const args = yargs(process.argv.slice(2)).argv as any;
99
const styles = sass.renderSync({
1010
importer: tildeImporter(),
1111
...sassRenderSyncConfig,
12-
quietDeps: true,
1312
silenceDeprecations: ["import", "legacy-js-api"],
1413
file: "src/index.scss",
1514
includePaths: ["node_modules"], // Carbon does not use tilde import syntax

scripts/sassConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const functions = {
77
};
88
const sassRenderSyncConfig = {
99
functions,
10+
quietDeps: true,
1011
};
1112

1213
module.exports = sassRenderSyncConfig;

0 commit comments

Comments
 (0)