modal.css
has a line at the end of the file
/ * # sourceMappingURL = modal.css.map * /.
Writes in the console:
GET http://landinco.ru/wp-content/themes/ Divi / albanza / css / modal.css.map 404 (Not Found).
What does this mean and where can I get it? There is no such file in the script …
Answer 1, authority 100%
This means that the given CSS code was generated with some kind of CSS preprocessor using the Source Map.
If you understand everything in this file (or you don’t need to understand it) and it works correctly, then this line can be safely removed.
You can read about code maps here http://habrahabr.ru/post/148098/