Skip to content

Commit 756c1e1

Browse files
committed
cssをactiveにした
1 parent 27a8ecf commit 756c1e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/1-trial-session/03-css/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ HTMLファイルとCSSファイルを分けて作成する場合、`style`属性
133133
"/style.css": yellowHelloCssCss,
134134
}}
135135
options={{
136-
activeFile: "/index.html",
136+
activeFile: "/style.css",
137137
}}
138138
/>
139139
</Answer>
@@ -199,7 +199,7 @@ HTMLファイルとCSSファイルを分けて作成する場合、`style`属性
199199
"/style.css": fooCss,
200200
}}
201201
options={{
202-
activeFile: "/index.html",
202+
activeFile: "/style.css",
203203
}}
204204
/>
205205

docs/1-trial-session/10-loop/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ while (i <= 10) {
6464
}
6565
document.write(sum);
6666
```
67+
<ViewSource url={import.meta.url} path="_samples/answer-while" />
6768

6869
</Answer>
6970

0 commit comments

Comments
 (0)