使用stylus

Posted skate0rdie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用stylus相关的知识,希望对你有一定的参考价值。

 

 

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

 

2. 全局安装  stylus:

  在命令行中:            npm i [email protected] -g

 

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

 

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

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

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

以上是关于使用stylus的主要内容,如果未能解决你的问题,请参考以下文章

webstorm不能使用stylus

vue中使用stylus报错问题

Stylus基本使用

如何在 calc 中使用 Stylus 变量?

如何在 calc() 中使用多个变量 Stylus?

stylus入门使用大纲