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
and if I try and compose from a different less file (B.less):
.B {
composes: color from "./A.less"
}
I get the error. I believe it's because css-loader is trying to read the @import statement in A.less as a module?
The text was updated successfully, but these errors were encountered:
juhaelee
changed the title
importing local class name from another less/sass module returns error
importing local class name from another less/sass module with variable returns error
Aug 8, 2015
What @SleepWalker suggested sounds like the solution to this issue as this is something I've also experienced. Closing for now, but please re-open if this isn't the case.
I'm getting an error saying
Module not found: Error: Cannot resolve module
when I try and compose from a file that has a LESS/SASS variable.For example, say I have a less file (A.less):
and if I try and compose from a different less file (B.less):
I get the error. I believe it's because css-loader is trying to read the @import statement in A.less as a module?
The text was updated successfully, but these errors were encountered: