Skip to content

Commit cb1a674

Browse files
committed
refactor: add missing lynx docs
1 parent 9435aab commit cb1a674

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/app/lynx/installation.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Get started with Lyngurium in the project.
88

99
Install this package as a dependency in the project:
1010

11-
<PackageManagerTabs
11+
<PackageManagerTabs
1212
command={{
1313
npm: "npm i lyngurium",
1414
yarn: "yarn add lyngurium",
@@ -19,7 +19,7 @@ Install this package as a dependency in the project:
1919

2020
And install these packages as dev dependencies in the project:
2121

22-
<PackageManagerTabs
22+
<PackageManagerTabs
2323
command={{
2424
npm: "npm i -D @lyngurium/rsbuild @lyngurium/postcss",
2525
yarn: "yarn add -D @lyngurium/rsbuild @lyngurium/postcss",
@@ -57,3 +57,11 @@ export default {
5757
},
5858
};
5959
```
60+
61+
In case there are no any CSS file, create one and import it:
62+
63+
```ts title="./src/index.tsx"
64+
import "index.css";
65+
66+
// ...
67+
```

0 commit comments

Comments
 (0)