clb:clb是一个小的实用程序函数它基于简单的api构建类列表 源码
b clb(类列表生成器)是一个小的实用程序函数,它基于简单的api构建类列表。 这就像和造了一个非常懒惰的孩子一样。 它可以与一起很好地工作,但是可以与任何功能/实用程序/原子CSS方法一起工作。 安装它 yarn add clb npm install clb 带注释的示例 没有什么花哨 const clb = require ( 'clb' ) /* All `callbacks` mentioned below get the options you pass it when calling the builder below. */ const buttonBuilder = clb ( { /* This can be anything `classnames` accepts or a callback. */ base : 'font-ser
用户评论