diff --git a/.grunt/tasks/componentlibrary.js b/.grunt/tasks/componentlibrary.js index d31fc04aa0a..9b37ce8d671 100644 --- a/.grunt/tasks/componentlibrary.js +++ b/.grunt/tasks/componentlibrary.js @@ -92,7 +92,7 @@ module.exports = grunt => { * @returns {Object} Reference to the spawned task */ const cssBuild = () => spawnNodeCall([ - 'node_modules/.bin/sass', + 'node_modules/sass/sass.js', '--style', 'expanded', '--source-map', '--embed-sources',