File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Get started with Lyngurium in the project.
88
99Install 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
2020And 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+ ```
You can’t perform that action at this time.
0 commit comments