使用带有导轨的指南针时遇到问题

发布于 2024-09-19 04:46:16 字数 234 浏览 4 评论 0原文

我第一次尝试在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隔岸观火 2024-09-26 04:46:16

这是一个“呃”时刻的自白。我已经放置了@import“compass/css3”; partals/_base.scss 文件和 screen.scss 文件中的命令说:

@import "partial/base";

它应该是:

@import "partials/base";

我讨厌拼写很重要!

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:

@import "partial/base";

and it should have been:

@import "partials/base";

I hate it that spelling counts!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文