文件名称:fp-stylus:Fepper 的手写笔扩展
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-19 01:47:43
stylus fepper JavaScript
Fepper 的手写笔扩展 安装 cd extend npm install --save-dev fp-stylus 用 将这些任务添加到extend/custom.js : 在 gulp 任务'custom:frontend-copy' 'stylus:frontend-copy' 在吞咽任务'custom:once' 'stylus:once' 在 gulp 任务'custom:watch' 'stylus:watch' 在命令行上: fp stylus[:subtask] 默认情况下,带有一个source/_styles/src/stylus目录。 如果没有,则创建一个,并将所有 Stylus 代码放在那里。 此扩展名将为具有.styl扩展名的文件读取一个目录深。 部分必须嵌套得更深。 Stylus 代码将被预处理为 CSS 并构建到paths.source.css
【文件预览】:
fp-stylus-master
----package.json(2KB)
----.eslintrc.json(3KB)
----.github()
--------workflows()
----test()
--------patternlab-config.json(2KB)
--------tests.js(30KB)
--------.eslintrc.json(127B)
--------test-sourcemap-external.html(187B)
--------conf.yml(289B)
--------pref.yml(3KB)
--------test-sourcemap-inline.html(242B)
--------public()
--------source()
--------backend()
----stylus~extend.js(15KB)
----LICENSE(1KB)
----.npmignore(19B)
----.gitignore(93B)
----lib()
--------gulp-stylus()
----README.md(5KB)
----.eslintignore(18B)
----.gitattributes(14B)