magento2 - How to find css file path in browser -


i working on theming part in magento2. whenever compile .less file, 2 css files created :

  • styles-l.css
  • styles-m.css

whenever inspect element , try see css applied in browser, not able find css file path. mean, cannot know files css coming from.

is there way find css file path?

use firebug extension in firfox, inspect element describe, lastly copy either css path visible.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -