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
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.
Without inlining imports, variables defined in another file then
@imported are considered undefined.I want to use css-loader's modules,
@importa 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.