Semantic-Org/Semantic-UI-LESS

Can't resolve theme.less when configuring sematic-react-ui

BrianMwas opened this issue · 1 comments

here is the error
@import (multiple) "theme.less";
^
Can't resolve './theme.less'

change @import (multiple) "theme.less"; to @import (multiple) "~semantic-ui-less/theme.less";