How to clean LESS/CSS Theme cache in Magento 2
Right in refresh .less files, since it “collects, processes and publishes source LESS files”:
|
1 |
php bin/magento dev:css:deploy |
You can also use dev mode during development. According to “Static view files are not cached; they are written to the Magento pub/static directory every time they’re called.”
More tips from Magento 2 Developer’s Cookbook
(Magento Stackexchange Question) ()








