Skip to content

Commit 0e2e2c3

Browse files
committed
docs: reviewed feedback
1 parent 4220ff9 commit 0e2e2c3

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
@@ -52,7 +52,7 @@ import * as css from "./file.css";
5252

5353
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.
5454

55-
The imported value is not a native `CSSStyleSheet`. Instead, it is a JavaScript module generated by `css-loader`. When CSS Modules are enabled, the import can contain exported identifiers (such as class name mappings) from the CSS file.
55+
Depending on the configuration, the imported value can expose information from the CSS file, such as exported identifiers when CSS Modules are enabled.
5656

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

0 commit comments

Comments
 (0)