Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Nov 24, 2024
1 parent a92254b commit 02ad5a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ React を使用して、あらゆるプラットフォーム向けに受賞歴

## 使い慣れたツール

Ionic ReactプロジェクトはReactプロジェクトと同じように[react-dom](https://react.dev/reference/react-dom)を活用し、[Create React App (CRA)](https://github.com/facebook/create-react-app) アプリで通常見られるセットアップを行います。 [ルーティングとナビゲーション](/docs/react/navigation) では、React Routerが使用されます
Reactバージョン16.8以上と互換性があります
Ionic React プロジェクトは React プロジェクトと同じように[react-dom](https://react.dev/reference/react-dom)を活用し、[Create React App (CRA)](https://github.com/facebook/create-react-app) アプリで通常見られるセットアップを行います。 [ルーティングとナビゲーション](/docs/react/navigation) では、React Router が使用されます
React バージョン 16.8 以上と互換性があります

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/theming/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ionic は、2 つの **modes** をもっており、これらはプラットフ

## CSS Variables

Ionic Frameworkのコンポーネントは、 <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank" rel="noopener noreferrer">CSS custom properties (variables)</a> を使ってテーマ化されています。CSS変数は、静的な言語に動的な値を追加します。これは従来、SassのようなCSSプリプロセッサを必要とするものでした。Ionic Frameworkが提供する [CSS変数](css-variables.md) の値を変更することで、アプリケーションの外観を簡単に変更できます。
Ionic Framework のコンポーネントは、 <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank" rel="noopener noreferrer">CSS custom properties (variables)</a> を使ってテーマ化されています。CSS 変数は、静的な言語に動的な値を追加します。これは従来、Sass のような CSS プリプロセッサを必要とするものでした。Ionic Framework が提供する [CSS 変数](css-variables.md) の値を変更することで、アプリケーションの外観を簡単に変更できます。

## CSS Shadow Parts

Expand Down

0 comments on commit 02ad5a2

Please sign in to comment.