In this tutorial, Today I will explain to how to add custom LESS file in custom theme in Magento 2. When you create custom theme, then you need to add core LESS fle inside your custom theme. Sometimes, you must need to create your custom less file for your custom theme. At that time, You just created less file and…
Tag: less
How to Add Custom Breakpoints in Magento 2
In this tutorial, Today I will explain to how to add custom breakpoints in Magento 2. In Magento 2, It’s provide many breakpoints by default. Instead of direct add breakpoints, You should create custom variable for that to manage standard for custom theme in Magento 2. For ex : @screen__xxs: 320px @screen__xs: 480px @screen__s: 640px @screen__m: 768px @screen__l: 1024px @screen__xl:…