Skip to content

Commit

Permalink
Introduce CSS module scripts
Browse files Browse the repository at this point in the history
This change extends the JavaScript module system integration to include CSS module scripts, in addition to JavaScript module scripts. These allow web developers to load CSS into a component definition in a manner that interacts seamlessly with other module script types.

Explainer document: https://github.com/w3c/webcomponents/blob/gh-pages/proposals/css-modules-v1-explainer.md

Closes WICG/webcomponents#759. Part of #4321.

This change includes the integration for the import assertions proposal (https://github.com/tc39/proposal-import-assertions/), thus closing #5640 and closing #5883 by superseding it.
  • Loading branch information
dandclark committed Jul 14, 2021
1 parent 0969d8d commit 3d45584
Showing 1 changed file with 429 additions and 146 deletions.

0 comments on commit 3d45584

Please sign in to comment.