Answer the question
In order to leave comments, you need to log in
Why does a compilation error occur when changing colors?
gulp watch
[16:32:59] Using gulpfile ~/public_html/sitename.loc/gulpfile.js
[16:32:59] Starting 'sass'...
[16:32:59] Starting 'scripts'...
events.js:141
throw er; // Unhandled 'error' event
^
Error: templates/sitename/asset/sass/template/slider.scss
Error: Invalid CSS after "...ground: #f0ede7": expected "}", was ""
on line 3 of templates/sitename/asset/sass/template/slider.scss
>> background: #f0ede7
----------------^
at options.error (/home/sergey/public_html/sitename.loc/node_modules/node-sass/lib/index.js:292:26)
.slider {
background: #ffffff;
}
.slider {
background: #f0ede7;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question