I am working on theming part in Magento2.
Whenever I compile .less file, two css file is created: styles-l.css and styles-m.css. Whenever we inspect the element and try to see the CSS applied in the browser, we are not able to find the CSS file path. I mean, I cannot know from which files my CSS is coming. Is there any way to find the CSS file path?