You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
What problem does this feature solve?
<style module> composes test from './main.css'; </style>
should work and be exported.
error is thrown
referenced class name "test" in composes not found
. Probably associated withpostcss-modules-scope
.What does the proposed API look like?
Composing class in
<style>
tag is working. Is there any way to fix this?The text was updated successfully, but these errors were encountered: