Can't resolve theme.less when configuring sematic-react-ui
BrianMwas opened this issue · 1 comments
BrianMwas commented
here is the error
@import (multiple) "theme.less";
^
Can't resolve './theme.less'
insuusvenerati commented
change @import (multiple) "theme.less";
to @import (multiple) "~semantic-ui-less/theme.less";