使用带有导轨的指南针时遇到问题
我第一次尝试在我的 Rails 应用程序中使用指南针。
compass v. 0.10.5,haml v. 3.0.10
虽然我在 sass 文件顶部说@import“compass”,但 compass 似乎没有加载。作为测试,我不能在 div 上使用“border-radius”。
安装似乎是正确的并且文件位于建议的位置。
关于我可能做错了什么有什么想法吗?或者我没有问自己的问题?
I am trying to use compass for the first time in my rails app.
compass v. 0.10.5, haml v. 3.0.10
Although I say @import "compass" at the top of my sass file, compass does not seem to get loaded. As a test, I can't use 'border-radius' on a div.
The installation seems to be correct and the files in the suggested places.
Any ideas on what I might be doing wrong? Or questions I have failed to ask myself?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个“呃”时刻的自白。我已经放置了@import“compass/css3”; partals/_base.scss 文件和 screen.scss 文件中的命令说:
它应该是:
我讨厌拼写很重要!
This is a confession of a "duh" moment. I had placed the @import "compass/css3"; command in the partials/_base.scss file and in the screen.scss file said:
and it should have been:
I hate it that spelling counts!