切片合并雪碧图 grunt-css-sprite

码农软件 · 软件分类 · 网页开发工具 · 2019-03-21 13:43:41

软件介绍

grunt-css-sprite

这是什么

这是一个帮助前端开发工程师将 css 代码中的切片合并成雪碧图的工具; 其灵感来源于 grunt-sprite,由于其配置参数限制目录结构等,不能满足通用项目需求,重新造轮子发布; 它的主要功能是:

  1. 对 css 文件进行处理,收集切片序列,生成雪碧图

  2. 在原css代码中为切片添加background-position属性

  3. 生成用于高清设备的高清雪碧图,并在css文件末尾追加媒体查询代码

  4. 生成高清设备雪碧图,使用 image-set

  5. 支持选择器提取,进一步优化CSS文件大小

  6. 在引用雪碧图的位置打上时间戳

  7. 在样式末尾追加时间戳

  8. 按照时间戳命名文件

本文地址:https://codercto.com/soft/d/1834.html

Functional Programming in Scala

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具