質問編集履歴

2

修正

2019/03/07 07:40

投稿

ppphysiccc
ppphysiccc

スコア20

test CHANGED
File without changes
test CHANGED
@@ -47,6 +47,12 @@
47
47
  上記の2ファイルがあり、どちらも中に.test-contentsクラスがあるとします。
48
48
 
49
49
  .allクラスは全体で使用したいので共通としてindex.jsで読み込みます。
50
+
51
+ ```js
52
+
53
+ import './css/common.css';
54
+
55
+ ```
50
56
 
51
57
 
52
58
 

1

誤字修正

2019/03/07 07:40

投稿

ppphysiccc
ppphysiccc

スコア20

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  ```
46
46
 
47
- 上記の2ファイルがあり、どちらも中に.contentsクラスがあるとします。
47
+ 上記の2ファイルがあり、どちらも中に.test-contentsクラスがあるとします。
48
48
 
49
49
  .allクラスは全体で使用したいので共通としてindex.jsで読み込みます。
50
50