This PR uses the new esbuild-css-modules-plugin version which includes my two PRs which enable us to import the CSS directly and render it ourselves. It removes the hack to find the styles in the <head>.
With the web component being the only public API (the react component is considered private) we can simplify this process and import and render the css ourselves directly.
This PR uses the new esbuild-css-modules-plugin version which includes my two PRs which enable us to import the CSS directly and render it ourselves. It removes the hack to find the styles in the
<head>
.With the web component being the only public API (the react component is considered private) we can simplify this process and import and render the css ourselves directly.