Skip to content

Commit 8786742

Browse files
committed
Clean up text
1 parent 4582e70 commit 8786742

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ module.exports = {
125125

126126
## Integration with CSS Modules
127127

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]:
129131

130132
```js
131133
{
@@ -134,12 +136,12 @@ postcss-loader [cannot be used] with [CSS Modules] out of the box due to the way
134136
}
135137
```
136138

137-
or replace css-loader with [postcss-modules] plugin.
139+
or replace `css-loader` with [postcss-modules] plugin.
138140

139-
[cannot be used]: https://github.com/webpack/css-loader/issues/137
140-
[CSS Modules]: https://github.com/webpack/css-loader#css-modules
141141
[`importLoaders` option]: github.com/webpack/css-loader#importing-and-chained-loaders
142142
[postcss-modules]: https://github.com/outpunk/postcss-modules
143+
[cannot be used]: https://github.com/webpack/css-loader/issues/137
144+
[CSS Modules]: https://github.com/webpack/css-loader#css-modules
143145

144146
## JS Styles
145147

0 commit comments

Comments
 (0)