Но блин, такого быть не должно. Должны быть импортированы все стили
@import takes a filename to import. By default, it looks for a Sass file to import directly, but there are a few circumstances under which it will compile to a CSS@import
rule:
- If the file’s extension is .css.
- If the filename begins with http://.
- If the filename is a url().
- If the
@import
has any media queries.
let delay = (func, ms) => {
return function() {
setTimeout(func, ms, ...arguments);
}
}
...
let f1000 = delay(obj.func.bind(obj), 1000);
#spinner:before {
border-top-color: #e1472f;
border-left-color: #e1472f;
border-right-color: #e1472f;
}
$('.section').html(html);
выполняется до того, как получен ответ от сервера. Этот ответ, соответственно, просто игнорируется. Как решить проблему я вам написал в прошлом вопросе.