Skip to content

Commit

Permalink
Update JS doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 23, 2024
1 parent 9624950 commit d8e8080
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 213 deletions.
3 changes: 2 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ gulp.task("scss:build:sass", () => {
includePaths: [
"node_modules/modularscale-sass/stylesheets",
"node_modules/material-design-color",
"node_modules/material-shadows"]
"node_modules/material-shadows"],
silenceDeprecations: ['legacy-js-api']
}).on("error", sass.logError))
.pipe(postcss(plugins))
.pipe(gulpif(config.compress.enabled, cleanCSS()))
Expand Down
Loading

0 comments on commit d8e8080

Please sign in to comment.