- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/laoshu133/grunt-css-sprite
- 软件文档: https://github.com/laoshu133/grunt-css-sprite
软件介绍
grunt-css-sprite
这是什么
这是一个帮助前端开发工程师将 css 代码中的切片合并成雪碧图的工具; 其灵感来源于 grunt-sprite,由于其配置参数限制目录结构等,不能满足通用项目需求,重新造轮子发布; 它的主要功能是:
对 css 文件进行处理,收集切片序列,生成雪碧图
在原css代码中为切片添加background-position属性
生成用于高清设备的高清雪碧图,并在css文件末尾追加媒体查询代码
生成高清设备雪碧图,使用 image-set
支持选择器提取,进一步优化CSS文件大小
在引用雪碧图的位置打上时间戳
在样式末尾追加时间戳
按照时间戳命名文件
Functional Programming in Scala
Paul Chiusano、Rúnar Bjarnason / Softbound print / 2014-9-14 / USD 44.99
Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test ......一起来看看 《Functional Programming in Scala》 这本书的介绍吧!
