0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

React の Sass フォルダー構造

Posted at

フォルダー構造
以下はわかりやすくするために簡略化してありますが、本質的な構造は同じです。 実物をご覧いただけます

/src
• ———— /components
• |———— /NominationContainer
• |———— NominationContainer.js
• |———— nominationContainer.scss <—— (section 2)


• ———— /sassStyles <—— (section 1)
• |———— _animations.scss
• |———— _functions.scss
• |———— _global.scss
• |———— _mixins.scss
• |———— _typography.scss
• |———— _variables.scss

Captura de tela de 2023-11-07 11-24-55 copy.png

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?