Frage

How to create new *.less file in Magento 2.3 project ?

Here is my existing Theme:

enter image description here

enter image description here

Here is my existing less file that DOES NOT work:

enter image description here

Nothing is work here:

enter image description here

enter image description here

My question is how to add custom less code/file to custom Theme?

any help would be extremely appreciated.

War es hilfreich?

Lösung

You have created the less file properly,

Run the Below command and check: (If grunt is installed properly, then your changes will reflect)

grunt refresh 
grunt less:YourThemeName

Andere Tipps

I have a review your question and I found that you have done the wrong step to override _extend.less file.

The correct way to override _extend.less file:

Go in your theme Magento_Theme\web\css\source create _extend.less and put your changes in that.

Thanks:)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top