安装sass

npm install sass -g

使用sass

sass --watch app/sass:public/stylesheets

app/sass是scss文件的路径,public/stylesheets位置和想要拥有css的位置。
会在每次保存sass文件后自动将scss转换为css。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-12-30
  • 2022-12-23
猜你喜欢
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-12-23
  • 2021-12-20
相关资源
相似解决方案