I'm learning how to use Sass. All learning is going well.
The only thing I do not understand is that every time I compile a .scss
file, it generates a file with the same name, with the extension .map
.
What is the purpose of this .map
file for Sass?
Example (after compiling):
dir/
meu-css.sass
meu-css.css
meu-css.css.map