ガイド SSR 編に CSS の設定と CSS フレームワークの適用 を追加#4146
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
このプルリクエストは、SSR アプリケーション開発ガイドに CSS の設定と CSS フレームワークの適用に関するドキュメントを追加するものです。
- Fluent UI Blazor の使用方法とデフォルト設定について説明
- CSS isolation(CSS の分離)機能の説明と実装例を追加
- Visual Studio での CSS ファイル表示を示す画像を追加
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| documents/contents/guidebooks/how-to-develop/ssr/css-setup.md | Fluent UI Blazor の設定方法と CSS isolation の仕組みを説明するドキュメントを追加 |
| documents/contents/images/guidebooks/how-to-develop/ssr/blazor-css-isolation-vs.png | Visual Studio 上でのスコープ付き CSS ファイルの表示例を示す画像ファイルを追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kharada7
reviewed
Dec 22, 2025
CSS Isolation により各コンポーネントで使用する Fluent UI コンポーネントの CSS がバンドルされるという理屈がわかるように説明を変更。
KentaHizume
commented
Dec 22, 2025
Contributor
Author
KentaHizume
left a comment
There was a problem hiding this comment.
@kharada7
ご指摘の点に従って修正いたしましたので、再度お目通しお願いいたします。
kharada7
approved these changes
Dec 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
この Pull request で実施したこと
ガイド > SSR 編に CSS の設定と CSS フレームワークの適用 を追加しました。
- Fluent Blazor Web アプリのテンプレートを使用した場合、追加の設定をせずにライブラリーの UI コンポーネントを使用して画面を構築できる旨を記載しました。
- CSS isolation を用いて、Razor コンポーネントごとにスコープ付きのスタイルを定義でき、フレームワーク側のバンドル時の仕組みによって命名について気にしなくてもスタイルが衝突しない旨を記載しました。
この Pull request では実施していないこと
Issues や Discussions 、関連する Web サイトなどへのリンク
なし