Skip to content

Commit f4bcbcc

Browse files
AJIXuMuKVesaJuvonen
authored andcommitted
Update based on issue SharePoint#3296 (SharePoint#3302)
Fix of SharePoint#3296
1 parent f273eaa commit f4bcbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/get-started/connect-to-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The SharePoint Framework uses [Sass](http://sass-lang.com/) as the CSS pre-proce
218218

219219
### To add new styles
220220

221-
1. Open **HelloWorld.module.scss**. This is the SCSS file where you define your styles.
221+
1. Open **HelloWorldWebPart.module.scss**. This is the SCSS file where you define your styles.
222222

223223
By default, the styles are scoped to your web part. You can see that as the styles are defined under **.helloWorld**.
224224

@@ -256,7 +256,7 @@ The SharePoint Framework uses [Sass](http://sass-lang.com/) as the CSS pre-proce
256256

257257
3. Save the file.
258258

259-
Gulp rebuilds the code in the console as soon as you save the file. This generates the corresponding typings in the **HelloWorld.module.scss.ts** file. After compiled to TypeScript, you can then import and reference these styles in your web part code.
259+
Gulp rebuilds the code in the console as soon as you save the file. This generates the corresponding typings in the **HelloWorldWebPart.module.scss.ts** file. After compiled to TypeScript, you can then import and reference these styles in your web part code.
260260

261261
You can see that in the **render** method of the web part:
262262

0 commit comments

Comments
 (0)