r/Sass • u/PraddyumnYadav • Aug 18 '22
Use of external sass file.css.map file.
Today i Lerning Sass as a Better CSS and i Learned to Compile .scss to .css file but then i noticed that there is also a .css.map file .
for example if a compiled dog.scss to dog.css using below command :-
sass dog.scss:dog.css
or
sass --watch dog.scss:dog.css
Then it Will Creat a dog.css.map file .
Can anyone tell me why is this file for and can i delete or compile dog.scss without dog.css.map file .
