Hello everybody,
I'm customising a theme on Magento 2. To modifiy the menu, I've overrided the parent theme .less file by copying it in the child theme folder, respecting the initial structure. Everything is OK for almost all the categories, which load the child theme .less file :
But in the other hand, there is one category which doesn't override the parent theme .less :
I might well flush the cache, throw bin/magento setup:static-content:deploy, nothing can be done.
Any idea for fixing it ? Thank you in advance