Task #97538
Updated by Josef Glatz over 2 years ago
h1. Requirements * node-sass respectively LibSass is deprecated as stated in https://www.npmjs.com/package/node-sass * Bootstrap 5.x supports/uses dart-sass with the npm package "sass" which distributes dart-sass, the native javascript based sass solution h1. ToDo # Remove node-sass # Add dart-sass # Fix errors in actual implementation (where node-sass was not so strict) # Fix divisions with sass-migrator # Fix/Update existing 3rd party packages if they don't support dart-sass #* font-awesome #** Version Update which supports dart-sass #** Proper upgrade or patch as the migration from v4 to v6 is not that easy as it also has some breaking changes in the available icons h1. How to test * Build scripts must not use node-sass anymore. * npm package "sass" must not required anymore by the TYPO3 core