文件名称:grunt-styl:用Styl预处理CSS
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-15 01:46:46
nodejs css npm-package preprocessor deprecated
不推荐使用 不推荐使用,因为不再维护Styl项目。 咕st声 用预处理CSS 安装 $ npm install --save-dev grunt-styl 用法 require ( 'load-grunt-tasks' ) ( grunt ) ; // npm install --save-dev load-grunt-tasks grunt . initConfig ( { styl : { dist : { options : { use : [ require ( 'rework-npm' ) ( ) ] } , files : { 'dist/main.css' : 'app/main.styl' } } } } ) ; grunt . registerTask ( 'default' , [ 'styl' ] ) ; 选项
【文件预览】:
grunt-styl-main
----.gitattributes(12B)
----gruntfile.js(563B)
----tasks()
--------styl.js(571B)
----license(1KB)
----.travis.yml(77B)
----test()
--------test.js(303B)
--------fixture()
----.editorconfig(190B)
----.gitignore(13B)
----readme.md(957B)
----package.json(826B)