Fix build scripts for CSS, due to depreciation of node-sass (#263)

This commit is contained in:
Paul Kevan 2024-06-27 10:26:44 +01:00 committed by GitHub
parent 71fa5ab5d3
commit 0fa0278ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3189 additions and 3158 deletions

View file

@ -22,11 +22,10 @@
"cssnano": "4.1.10",
"grunt": "1.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"@lodder/grunt-postcss": "3.1.1",
"grunt-sass": "3.1.0",
"grunt-sass-globbing": "1.5.1",
"node-sass": "5.0.0",
"pixrem": "5.0.0",
"sass": "1.49.9",
"postcss": "^8.4.13"
}
}