Switch From Node SASS to Dart SASS for Old Sub-Themes
When to Switch to Dart Sass
Update Npm and Nodejs to 18 Lts Version
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt update
sudo apt install nodejs
sudo apt install build-essential
curl -L https://npmjs.com/install.sh | sudo -E bash -
sudo apt update
sudo apt install npmSwitch From Node Sass to Dart Sass Compiler
Re-Compile Your Scss Files to CSS Using the New Dart Sass
Known Issues After the Switch
Last updated