我正在失去理智。
文件夹结构:
spend
css
- app.css
js
- app.js
index.html
在HTML文件的头部:
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/app.css">
app.css
//= Main App CSS File
//----------------------
.header {
color: red;
}
我浏览到:file:///Users/john/Projects/spend/index.html
没有CSS渲染。 (即标题类文本应为红色)
Chrome(或我)在做什么!?
答案 0 :(得分:1)
请从你的css文件中删除它(它的错误并且打破了你原本不错的格式化)
// =主应用程序CSS文件 // ----------------------