After loading the SASS module on the command line, the following output enter image description here

I do not know how it further affects the performance, but when you run the command, gulp-sass gives the following enter image description here

that's what is written in my main.sass file

body background-color: #ff0 

Thus, I can not understand what the problem is. Thanks in advance for your reply.

    1 answer 1

    Try to indent the tab:

     body background-color: #ff0 
    • yes, that's right, thank you;) - Miroslav
    • 3
      @Miroslav if the answer helped, then mark it with a solution. - smellyshovel
    • Well, I indent 2 spaces did - Miroslav