Skip to content

Commit

Permalink
Update files/en-us/glossary/source_map/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vadim Makeev <[email protected]>
  • Loading branch information
bsmth and pepelsbey authored Dec 10, 2024
1 parent 4935329 commit 0516abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/glossary/source_map/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This map file contains not only mappings between the original SCSS and the gener
}
```

This allows browser DevTools not only show the resulted CSS in the inspector, but also link to the specific line in the source SCSS file and show it:
The source map allows the browser's DevTools to link to specific lines in the original SCSS file and display the source code:

![Firefox DevTools focused on the li element in the DOM inspector. The style panel shows transformed CSS without nesting and a link to the third line of the index.scss file.](inspector.png)

Expand Down

0 comments on commit 0516abf

Please sign in to comment.