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 Feb 18, 2022. It is now read-only.
Without inlining imports, variables defined in another file then @imported are considered undefined.
I want to use css-loader's modules, @import a file that defines my variables, then use those variables in a variety of modules. Currently my compiled css is correct, but I see warnings for my variables ___ is undefined and used without a fallback.
The text was updated successfully, but these errors were encountered:
Without inlining imports, variables defined in another file then
@import
ed are considered undefined.I want to use css-loader's modules,
@import
a file that defines my variables, then use those variables in a variety of modules. Currently my compiled css is correct, but I see warnings for my variables___ is undefined and used without a fallback
.The text was updated successfully, but these errors were encountered: