Skip to content

Commit 238d842

Browse files
committed
docs: correct example output
1 parent f6c4bc5 commit 238d842

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@ import bar from './bar1.css';
148148
Output:
149149

150150
```js
151-
import foo from './bar.css';
151+
import foo from './foo1.css';
152+
import bar from './bar1.css';
152153

154+
<div className="foo___a"></div>;
153155
<div className="bar___a"></div>;
154156

155157
```

0 commit comments

Comments
 (0)