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
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,9 @@ module.exports = {
125
125
126
126
## Integration with CSS Modules
127
127
128
-
postcss-loader [cannot be used] with [CSS Modules] out of the box due to the way css-loader processes file imports. To make them work property, either add the css-loader’s [`importLoaders` option]:
128
+
`postcss-loader`[cannot be used] with [CSS Modules] out of the box due
129
+
to the way `css-loader` processes file imports. To make them work property,
130
+
either add the css-loader’s [`importLoaders` option]:
129
131
130
132
```js
131
133
{
@@ -134,12 +136,12 @@ postcss-loader [cannot be used] with [CSS Modules] out of the box due to the way
134
136
}
135
137
```
136
138
137
-
or replace css-loader with [postcss-modules] plugin.
139
+
or replace `css-loader` with [postcss-modules] plugin.
138
140
139
-
[cannot be used]: https://github.com/webpack/css-loader/issues/137
0 commit comments