-
Notifications
You must be signed in to change notification settings - Fork 113
translate docs/docs/css-in-js #189
Conversation
1829be0 to
3d2ef07
Compare
3d2ef07 to
82799df
Compare
docs/docs/css-in-js.md
Outdated
| JavaScript が読み込まれるまでスタイルが適用されない事に留意すべきです。したがって、FOUC(Flash Of Unstyled Content) という CSS 適用前が表示されてしまう現象を防ぐためにスタイルを抽出するプラグインが必要になります。 | ||
|
|
||
| This section contains guides for styling your site with some of the most popular CSS-in-JS libraries, including how to set up global styles using each library. | ||
| この問題を解決するために、すべての CSS-in-JS ライブラリーはスタイルを抽出する為の Gatsby プラグインを持ちます。そして、抽出したスタイルをビルド時に HTML へ挿入し、これにより FOUC を防ぎます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改行を原文と合わせるようにお願いします:bow:
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
読みやすい訳だと思います!いくつかSuggestしたのでご確認お願いします。
Co-Authored-By: Jesse Katsumata <[email protected]>
why? Easy diff with original. branch docs/css-in-js
|
@Naturalclar Suggestを全て取り込みました! |
hirotaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!
いくつかSuggestionさせていただいたので、ご確認お願いいたします。
Co-Authored-By: Hirotaka Mizutani <[email protected]>
Co-Authored-By: Hirotaka Mizutani <[email protected]>
|
@hirotaka 頂いた Suggest の内 2/3 を取り込みさせていただきました! #189 (comment) のほうは再検討した私自身のSuggestを適用しました レビューありがとうございます! |
uetchy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-Authored-By: Yasuaki Uechi <[email protected]>
|
@uetchy Suggest取り込みました! レビューありがとうございます!! |
hirotaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Naturalclar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
概要
https://www.gatsbyjs.org/docs/css-in-js/ の翻訳です
チェックリスト
textlintを使って校正を行いました。Allow edits from maintainersにチェックを入れました。補足
N/A
Ref: #1