import external url in css file problem
-
Hello
I have a css file with this line@import url ("https://fonts.googleapis.com/css?family=Barlow:300,400");
that becomes
@import url (//fonts.googleapis.com/css?family=Barlow:300,400);
after css processing
This is a error. External urls in css files should not be changed.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘import external url in css file problem’ is closed to new replies.