This document proposes an extension of the ES Script Modules system to include CSS Modules. These will allow web developers to load CSS into a component definition in a manner that interacts seamlessly with other module types. The introduction of ES6 JavaScript Modules has provided several benefits for web developers including more componentized code and better dependency management. However, solu

