I want to use CSS from .less file of one theme into another theme phtml file. There are two theme in my Magento 2.3 site.
How can i do this?
1 Answer
What you're trying to solve is a dependency between theme A and theme B which means you need to use theme inheritance, if you don't want a parent/child theme relationship then you should copy and paste the LESS file over.