【发布时间】:2020-03-02 16:17:06
【问题描述】:
我第一次尝试使用 sass 而不是 css,但是当我尝试加载样式表时,浏览器告诉我它只能将 .css 作为样式表加载。 这是html
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./index_style.scss">
</head>
<body>
</body>
</html>
还有错误
[Deprecation] CSS cannot be loaded from `file:` URLs unless they end in a `.css` file extension.
我正在使用铬
【问题讨论】: