使用 Sass
如果要使用 Sass 来书写 CSS 样式,只需要在项目中安装dart-sass
,并将所有.css
文件重命名为.scss
即可。
如果使用了 Flow 来进行检查,可以将module.file_ext=.scss
和module.file_ext=.sass
加入到.flowconfig
的[options]
中来使 Flow 识别 Sass 文件。
如果要使用 Sass 来书写 CSS 样式,只需要在项目中安装dart-sass
,并将所有.css
文件重命名为.scss
即可。
如果使用了 Flow 来进行检查,可以将module.file_ext=.scss
和module.file_ext=.sass
加入到.flowconfig
的[options]
中来使 Flow 识别 Sass 文件。