Skip to content

Commit

Permalink
fix typo (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyoneb authored Jan 28, 2025
1 parent bd681c0 commit cb5c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/css-modules-v1-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The introduction of ES6 JavaScript Modules has provided several benefits for web

CSS modules solves these issues by extending the ES modules infrastructure to allow importing a CSSStyleSheet object from a CSS file, which can then be added to the document or a shadowRoot via the [adoptedStyleSheets](https://wicg.github.io/construct-stylesheets/#using-constructed-stylesheets) array.

There is demand for this functionality in the developer community -- see [this thread](https://github.com/w3c/webcomponents/issues/759) where there a number of developers have expressed interest. The popularity of CSS loaders in JS bundlers is also indicative of demand for this functionality.
There is demand for this functionality in the developer community -- see [this thread](https://github.com/w3c/webcomponents/issues/759) where a number of developers have expressed interest. The popularity of CSS loaders in JS bundlers is also indicative of demand for this functionality.

## Importing a CSS Module
CSS modules will be imported using the same `import` statements currently used for other ES modules,
Expand Down

0 comments on commit cb5c48d

Please sign in to comment.