Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用haml和sinatra
当 css 在 .haml 文件中时,样式有效。当我使用 %link 时,看不到样式
%link(rel="stylesheet" type="text/css" href="styles.css")
通过查看 github 上的一些 sinatra 应用程序偶然发现了答案。我创建了一个名为 public 的目录(与 views 目录相同级别)并将 styles.css 文件放在该目录中。