@@ -49,7 +49,7 @@ import Oruga from "@oruga-ui/oruga-next";
4949import { 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
5454createApp (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";
112112import Oruga from " @oruga-ui/oruga-next" ;
113113import { 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
117117const custombootstrapConfig = {
118118 ... bootstrapConfig,
0 commit comments