Answer the question
In order to leave comments, you need to log in
Why does Chrome show in Elements> styles opposite style.less:3 and not style.css:3?
Hello!
In general, this is the situation. There is a site where styles are connected like this:
<link href="/css/style.css" media="screen" rel="stylesheet" type="text/css">
Answer the question
In order to leave comments, you need to log in
The fact that you turned off this setting in the browser only affected the display in the inspector. The thing itself hasn't gone anywhere.
It is called sourceMaps and its appearance can be set when assembling styles. Needed for debugging and quick file navigation in DevTools. It is usually stored either at the end of the style file, or next to it. It takes up space and should be removed in the production build.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question