Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/docs/creating-global-styles.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Creating Global Styles
title: グローバルスタイルを作成する
---

Creating global styles for your Gatsby site depends on your styling approach, so we've moved the instructions to the relevant guides:
Gatsby サイトでのグローバルスタイル作成は、開発者の[スタイリング手法](/docs/styling)に依るので、それぞれの説明を関連するガイドに編纂しました:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how?
スタイリング手法(styling approach) にリンクを設けました。

why?

不要?
リンク先は本ページと類似しており、少しおせっかいなリンクかもしれません。
リンクを取り除くべきであればSuggestionをお願い致します。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harapeko コメントありがとうございます!
このリポジトリは基本的にGatsbyの原文に沿うものでありたいと思っています。
リンクを付けること自体は良いと思うので、ぜひGatsby本家のドキュメントに Contribute してみましょう:sparkles:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

提案してきました!gatsbyjs/gatsby#21491

本家Contributeの導きをありがとうございます👍

Copy link
Contributor Author

@harapeko harapeko Feb 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

本家への提案、リンク追加がマージされました✌


- [Global styles with standard CSS files](/docs/global-css/) (also applies if you're using CSS Modules for component-scoped styles)
- [Global styles with CSS-in-JS library Emotion](/docs/emotion/)
- [Global styles with CSS-in-JS library Styled-Components](/docs/styled-components/)
- [グローバル CSS ファイルを用いた標準的なスタイリング](/docs/global-css/)CSS Modules でコンポーネントスコープを使用している場合でも適用されます)
- [CSS-in-JS ライブラリ Emotion を用いたグローバルスタイル](/docs/emotion/)
- [CSS-in-JS ライブラリ Styled Components を用いたグローバルスタイル](/docs/styled-components/)