Commit 61a0873
authored
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
```1 parent 66591fb commit 61a0873
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
0 commit comments