文件名称:component-css-stylus:手写笔的组件 css 插件
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-22 06:44:17
JavaScript
触控笔的组件 CSS 手写笔的插件。 安装 您可以通过 npm 安装: npm install component-css-stylus 用法 您可以将 component-css-stylus 作为普通的手写笔插件包含在内。 下面的基本示例: var stylus = require ( 'stylus' ) ; var ccss = require ( 'component-css-stylus' ) ; stylus ( css ) . use ( ccss ( ) ( { prefix : 'app-' } ) ) . render ( function ( err , output ) { console . log ( output ) ; } ) ;
【文件预览】:
component-css-stylus-master
----README.md(516B)
----index.js(742B)
----package.json(492B)