如何将 sass 样式表链接到 Rails 模板?
我知道这是一个新问题,但我似乎无法弄清楚。我已经使用rails有一段时间了,但总是使用常规的css。不确定我是否应该使用
<%= stylesheet_link_tag 'style' %>
我将 sass 文件存储在 public/stylesheets/sass/style.sass 中,并完成了整个
$ sass --rails /path/to/app事情
。
哦,我正在尝试使用 Rails-3 beta 2 和 haml 3b2。谢谢。
This is a newb question, I know, but I can't seem to figure it out. I've been using rails for a while but always went with regular css. Not sure if I'm supposed to use
<%= stylesheet_link_tag 'style' %>
I store my sass file in public/stylesheets/sass/style.sass
, and did the whole
$ sass --rails /path/to/app
thing.
Oh, I'm trying it with rails-3 beta 2 and haml 3b2. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,忘记重新启动开发服务器:)
Nevermind, forgot to restart the development server :)