作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
config rb正在运行默认值。
文件夹结构也是默认结构。
在我的scss文件中。
@import "icons/*.png";
@mixin sprite_css($name) {
@include icons-sprite($name);
height: icons-sprite-height($name);
width: icons-sprite-width($name);
display:block;
}
.btn {@include sprite_css(deltag);} //deltag is the name of a png image in the sprite.
.icons-sprite, .icons-deltag, .icons-deltag_grey, .icons-deltag_mouseover, .icons-facebook_del, .icons-faneblad, .icons-soegefelt, #container .btn, #container .btn_over {
background: url('/images/icons-s93e62b2fff.png') no-repeat;
}`
relative_assets = true
不起作用。
background: url('../images/icons-s93e62b2fff.png') no-repeat;
最佳答案
每次您运行Compass命令时,都会加载Compass config.rb
文件。如果您正在运行compass watch
,则必须退出该过程,然后再次启动它,以便将更改重新加载到config.rb
文件。
关于sass - compass 为我提供了通往 Sprite 的错误路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12422080/
我有一个标签栏导航 View ,我想使用其中一个标签栏项目在 twitter 应用程序或 safari 中转到 twitter 链接。当您返回应用程序时,我希望它与触摸标签栏项目之前的 View 相同
如何制作自毁的SSH隧道来访问另一台服务器上的MySQL? 目前我的代码如下所示: exec('ssh -fNg -L 4343:127.0.0.1:3306 user@remotehost.com'
我是一名优秀的程序员,十分优秀!