Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6b770c

Browse files
authored
fix: CSS file path
1 parentaaa9235 commitc6b770c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎packages/docs/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm install @coreui/coreui
4040
######Basic usage
4141

4242
```js
43-
import'@coreui/dist/css/coreui.min.css'
43+
import'@coreui/coreui/dist/css/coreui.min.css'
4444
```
4545

4646
###Bootstrap CSS files
@@ -55,4 +55,4 @@ npm install bootstrap
5555

5656
```js
5757
import'bootstrap/dist/css/bootstrap.min.css'
58-
```
58+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp