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
docs(theming) list semantic-ui-less in dependencies (#4297)
With current documentation, compile will fail:
```
Failed to compile.
src/index.tsx
Line 6:1: 'semantic-ui-less' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies
```
Create React App does not support LESS out of the box; we propose to use [`@craco/craco`](https://www.npmjs.com/package/@craco/craco) to add its support and avoid `eject`. You have to install required packages:
0 commit comments