- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/davidtheclark/list-selectors
软件介绍
list-selectors 可以列出你在 CSS 使用的 selector,它可作为一个独立的函数,CLI, 或者 PostCSS 插件。
使用示例:
var listSelectors = require('list-selectors');
listSelectors(
['style/**/*.css', '!style/normalize.css'], // source
{ include: ['ids', 'classes'] }, // options
function(myList) { // callback
console.log(myList);
// ... do other things with your nice selector list
}
);
Flow-Based Programming (2nd Edition)
CreateSpace / 2010-5-14 / $69.95
Written by a pioneer in the field, this is a thorough guide to the cost- and time-saving advantages of Flow-Based Programming. It explains the theoretical underpinnings and application of this program......一起来看看 《Flow-Based Programming (2nd Edition)》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
URL 编码/解码
URL 编码/解码
