我正在设计一个网站,我直接从Raw Github用户内容中获取的样式表之一:
https://raw.githubusercontent.com/bigfishtv/turret/master/dist/turret.css
但是当我尝试使用它时,我收到了这个错误:
Did not parse stylesheet at 'https://raw.githubusercontent.com/bigfishtv/turret/master
/dist/turret.css' because non CSS MIME types are not allowed for cross-origin stylesheets.
此错误的原因是什么?
如果我这样做,它会完美解析:
<link rel="stylesheet" href="css/turret.css" />
但我宁愿不必下载样式表。