From 928b3bba307fd02375c18668574e336b94c7834d Mon Sep 17 00:00:00 2001 From: Tyoneb <59046401+Tyoneb@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:38:32 +0100 Subject: [PATCH] fix typo --- proposals/css-modules-v1-explainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/css-modules-v1-explainer.md b/proposals/css-modules-v1-explainer.md index 251bc3e..f4a501a 100644 --- a/proposals/css-modules-v1-explainer.md +++ b/proposals/css-modules-v1-explainer.md @@ -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,