File Not Showing

I am working through a Sass tutorial using Visual Code Studio (VCS) but not sure the best category.

I added the extension “Live Sass Compile” to VSC. One of the things it’s supposed to do is automatically create 2 files (main.css and main.css.map) in the dist/css folder, after watching for changes in the main.scss file. It says it has created the files but only one of them is showing on the left (main.css). Where is the other one hiding (main.css.map), lol? There is this note but not sure what it means: /*# sourceMappingURL=main.css.map */

…surely that’s what the tutorial should tell you at some point?
(I don’t use SASS, so I can’t help you, but it just stuck out to me.)

I decided to start over. This time both files appeared. Thanks.

Thanks, I started over.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.