Skip to content

Commit 25609d1

Browse files
committed
docs: updated
1 parent 676801b commit 25609d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import * as css from "./file.css";
5858

5959
When using `css-loader`(https://github.com/webpack/css-loader), webpack processes the file through configured [loaders] (https://webpack.js.org/concepts/loaders/) and turns it into a JavaScript module.
6060

61-
The imported value is a JavaScript module generated by `css-loader`. When CSS Modules are enabled, this module can export identifiers from the CSS file (such as class name mappings).
61+
The imported value is a JavaScript module generated by `css-loader`. When CSS Modules are enabled, the import can include exported identifiers from the CSS file (such as class name mappings).
6262

6363
If you only want to apply the styles and do not need to access any exports, you can simply write:
6464

0 commit comments

Comments
 (0)