使用 Sass

如果要使用 Sass 来书写 CSS 样式,只需要在项目中安装dart-sass,并将所有.css文件重命名为.scss即可。

如果使用了 Flow 来进行检查,可以将module.file_ext=.scssmodule.file_ext=.sass加入到.flowconfig[options]中来使 Flow 识别 Sass 文件。