Skip to content

Commit 79f66b1

Browse files
committed
docs: update readme
1 parent 984e7fb commit 79f66b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import Oruga from "@oruga-ui/oruga-next";
4949
import { bootstrapConfig } from "@oruga-ui/theme-bootstrap";
5050

5151
// import Bootstrap and Oruga styling
52-
import "@oruga-ui/theme-bootstrap/dist/bootstrap.css";
52+
import "@oruga-ui/theme-bootstrap/style.css";
5353

5454
createApp(App).use(Oruga, bootstrapConfig).mount("#app");
5555
```
@@ -67,7 +67,7 @@ You have two options for including the theme: include all the styling at once (i
6767
// ...
6868

6969
// Include the Oruga Bootstrap theme with Bootstrap included
70-
@import "/node_modules/@oruga-ui/theme-bootstrap/dist/scss/bootstrap-build";
70+
@import "/node_modules/@oruga-ui/theme-bootstrap/scss/theme-build";
7171

7272
// Then add additional custom code here
7373
// ...
@@ -96,7 +96,7 @@ You have two options for including the theme: include all the styling at once (i
9696
@import "/node_modules/bootstrap/scss/bootstrap";
9797

9898
// 7. Include the Oruga Bootstrap theme components styles
99-
@import "/node_modules/@oruga-ui/theme-bootstrap/dist/scss/bootstrap";
99+
@import "/node_modules/@oruga-ui/theme-bootstrap/scss/theme";
100100

101101
// 8. Add additional custom code here
102102
// ...
@@ -112,7 +112,7 @@ import { createApp } from "vue";
112112
import Oruga from "@oruga-ui/oruga-next";
113113
import { bootstrapConfig } from "@oruga-ui/theme-bootstrap";
114114

115-
import "@oruga-ui/theme-bootstrap/dist/bootstrap.css";
115+
import "@oruga-ui/theme-bootstrap/style.css";
116116

117117
const custombootstrapConfig = {
118118
...bootstrapConfig,

0 commit comments

Comments
 (0)