LoginSignup
0
0

More than 1 year has passed since last update.

ReactでSassを使いたい

Last updated at Posted at 2021-09-26

ReactでSassを使いたいとき

要件

reactでsassを使いたい

解決策

  1. 事前にフォルダ内にある、cssファイルの拡張子をscssに変更する
  2. index.jsで読み込んでいるindex.cssの拡張子をscssに変更する
  3. 再度yarn start する
    ※もし「2」の時点でCannot find module 'sass'というエラーがでたら以下のコマンドを実行してsassをインストールする
    npm install sass
    下図の赤枠部分を触りますので、参考になればなと思います。 スクリーンショット 2021-09-26 14.29.06.png

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0