如何使用SASS与聚合物?

我正在尝试使用聚合物SASS,但我不知道如何有多个输出。

我希望sass在自己的目录中编译每个scss文件,我不需要全局css输出...

有没有解决这个问题的方法? 谢谢


只需使用:

scss --watch ROOT_FOLDER:ROOT_FOLDER

例:

neciu$ mkdir dir1
neciu$ mkdir dir2
neciu$ touch dir1/1.scss
neciu$ touch dir2/2.scss
neciu$ scss --watch .:.
>>> Sass is watching for changes. Press Ctrl-C to stop.
  write ./dir1/1.css
  write ./dir2/2.css
链接地址: http://www.djcxy.com/p/80469.html

上一篇: How to use SASS with Polymer?

下一篇: BitmapSource vs Bitmap