-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
less compilation in webpack #128
Copy link
Copy link
Closed
Labels
scope: stylesSpecific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Metadata
Metadata
Assignees
Labels
scope: stylesSpecific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
I am trying to use material-ui with webpack. Doing the less compilation using less-loader using require -
but get this error
lh-box-sizing is defined in lesshat.less mixin, which is imported in mixins.less which is imported in scaffolding.less.
Is it a problem with the less file or the way webpack less-loader is trying to load the less files?