From 8629f8d84535c42a169ecca2de2d7a51c46a4621 Mon Sep 17 00:00:00 2001 From: "Brook Jeynes [SSW]" Date: Tue, 7 Nov 2023 08:44:34 +1000 Subject: [PATCH] =?UTF-8?q?Update=20Rule=20=E2=80=9Cscoped-css/rule?= =?UTF-8?q?=E2=80=9D=20(#7184)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/scoped-css/rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/scoped-css/rule.md b/rules/scoped-css/rule.md index 268494abd34..8a28376692d 100644 --- a/rules/scoped-css/rule.md +++ b/rules/scoped-css/rule.md @@ -89,7 +89,7 @@ In `MyComponent.razor.cs`, if we use the `::deep` psuedo selector on a class, it When you create a component in Angular, a scoped CSS file is automatically created for it along with the HTML and TypeScript files. -``` +```md myComponent |- myComponent.component.html |- myComponent.component.css