Skip to content

Instantly share code, notes, and snippets.

@LucasCalazans
Created January 5, 2023 14:27
Show Gist options
  • Save LucasCalazans/a5c20150a04f8d7d1f36ac98a2b9998e to your computer and use it in GitHub Desktop.
Save LucasCalazans/a5c20150a04f8d7d1f36ac98a2b9998e to your computer and use it in GitHub Desktop.
Grunt less fix

In magento 2.4.4 version, CSS source mapping could have an issue to show the correct less file on the source mapping on the browser. To fix it, go to your package.json file, find the grunt-contrib-less, and change its version to: 1.4.1

"grunt-contrib-less": "~1.4.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment