From e775b19b322c92960ef2cde9b869af26b044dc98 Mon Sep 17 00:00:00 2001 From: harapeko Date: Fri, 14 Feb 2020 01:42:11 +0900 Subject: [PATCH] translate docs/creating-global-styles --- docs/docs/creating-global-styles.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/creating-global-styles.md b/docs/docs/creating-global-styles.md index 5a626e170..6ebf96715 100644 --- a/docs/docs/creating-global-styles.md +++ b/docs/docs/creating-global-styles.md @@ -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)に依るので、それぞれの説明を関連するガイドに編纂しました: -- [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/)