- 授权协议: 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
}
);
A=B
Marko Petkovsek、Herbert S. Wilf、Doron Zeilberger / AK Peters, Ltd. / 1996-01 / USD 49.00
At some point, this book describes methods of solving the problem raised by Donald E. Knuth in the classical book "The Art of Computer Programming, Volume 1: Fundamental Algorithms". The main purpo......一起来看看 《A=B》 这本书的介绍吧!
