-
AssetGraph插件assetgraph-sprite,其功能是用于从背景图像构建精灵
资源介绍
AssetGraph精灵
用于的插件(或“转换”),可通过创建子画面图像来优化CSS背景图像。 拼写由GET参数和带有-sprite-前缀的一组自定义CSS属性-sprite- 。
您可以通过在其查询字符串中添加一个sprite参数来告诉AssetGraph-sprite您要对给定CSS背景图像进行sprite :
. classone {
background-image : url (images/thething.png?sprite=mySpriteGroup);
}
. classtwo {
background-image : url (images/theotherthing.png?sprite=mySpriteGroup);
}
这是有效CSS,并且在“开发模式”下也可以正常工作,而无需编译步骤,因此您不需要一直重建项目,除非您想测试拼写本身。 在通过As