Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 13, 2023
1 parent 9a9e01d commit ec5b6b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions docs/layout/global-stylesheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ Ionic Framework アプリでは、以下の CSS ファイルをインクルー

#### typography.css

<<<<<<< HEAD
typography はドキュメント全体の font-family を変更し、見出し要素のフォントスタイルを変更する。また、いくつかのネイティブのテキスト要素に位置決めスタイルを適用します。
=======
Typography changes the font-family of the entire document and modifies the font styles for heading elements. It also applies positioning styles to some native text elements. This file is necessary for [Dynamic Font Scaling](./dynamic-font-scaling) to work.
>>>>>>> 9b2db92b5bf69b3139eedf66fa44d06af800dbae
typography はドキュメント全体の font-family を変更し、見出し要素のフォントスタイルを変更する。また、いくつかのネイティブのテキスト要素に位置決めスタイルを適用します。これを動作させるためには、 [Dynamic Font Scaling](./dynamic-font-scaling) のファイルが必要です。

#### normalize.css

Expand Down
4 changes: 0 additions & 4 deletions docs/react/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,11 +643,7 @@ const MyComponent: React.FC = () => {

## More Information

<<<<<<< HEAD
React Router を使用した React でのルーティングの詳細については、次の [https://reacttraining.com/react-router/web](https://reacttraining.com/react-router/web) でドキュメントをご覧ください。
=======
For more info on routing in React using the React Router implementation that Ionic uses under the hood, check out their docs at [https://v5.reactrouter.com/web](https://v5.reactrouter.com/web).
>>>>>>> d3f43b0ac48cea51f94bbc4d2b475b9cecccf35f

## From the Community

Expand Down

0 comments on commit ec5b6b5

Please sign in to comment.