Skip to content

Commit

Permalink
Replace node-sass with sass package
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Jul 16, 2024
1 parent a1275d5 commit faf5ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulp/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

const gulp = require('gulp')
const sass = require('gulp-sass')(require('node-sass'))
const sass = require('gulp-sass')(require('sass'))
const sourcemaps = require('gulp-sourcemaps')
const path = require('path')
const fs = require('fs')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"lunr": "^2.3.9",
"marked": "^4.0.17",
"moment": "^2.27.0",
"node-sass": "^8.0.0",
"notifications-node-client": "^8.2.0",
"nunjucks": "^3.2.3",
"nunjucks-markdown": "^2.0.1",
"pluralize": "^8.0.0",
"portscanner": "^2.1.1",
"require-dir": "^1.0.0",
"sass": "^1.77.8",
"seedrandom": "^3.0.5",
"string": "^3.3.3",
"sync-request": "^6.0.0",
Expand Down

0 comments on commit faf5ba2

Please sign in to comment.