You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ webpackConfig.module.loaders: [
78
78
79
79
## Example
80
80
81
-
Imagine you have a file `~/my-project/src/component/MyComponent/component.scss` in your project with the following content:
81
+
Imagine you have a file `~/my-project/src/component/MyComponent/myComponent.scss` in your project with the following content:
82
82
```css
83
83
.some-class {
84
84
// somestyles
@@ -91,7 +91,7 @@ Imagine you have a file `~/my-project/src/component/MyComponent/component.scss`
91
91
}
92
92
```
93
93
94
-
Adding the `typings-for-css-modules-loader` will generate a file `~/my-project/src/component/MyComponent/mycomponent.scss.d.ts` that has the following content:
94
+
Adding the `typings-for-css-modules-loader` will generate a file `~/my-project/src/component/MyComponent/myComponent.scss.d.ts` that has the following content:
0 commit comments