码迷,mamicode.com
首页 > 其他好文 > 详细

使用stylus

时间:2018-11-21 10:57:32      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:npm   文件   css   nbsp   全局   node   译文   index   令行   

 

 

1. 首先确保  node + npm  环境一切正常。

 

2. 全局安装  stylus:

  在命令行中:            npm i stylus@latest -g

 

3. 此时可以创建  .styl 文件, 并进行编辑。

 

4. 使用命令 将 .styl 文件 编译为  .css  文件:

    stylus -c path/to/index.styl path/to/index.css   (单一文件)

    stylus -c path/to/styl/  (编译文件夹内所有的styl)

使用stylus

标签:npm   文件   css   nbsp   全局   node   译文   index   令行   

原文地址:https://www.cnblogs.com/Skate0rDie/p/9993500.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!