File tree Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -69,29 +69,6 @@ export default createVuetify()
69
69
70
70
` settings.scss ` can be used in your own components to access vuetify's variables.
71
71
72
- ### Customising variables (old method)
73
- ``` js
74
- // vite.config.js
75
- plugins: [
76
- vue (),
77
- vuetify ({ styles: ' expose' }),
78
- ]
79
- ```
80
- ``` js
81
- // plugins/vuetify.js
82
- import ' ./main.scss'
83
- import { createVuetify } from ' vuetify'
84
-
85
- export default createVuetify ()
86
- ```
87
- ``` scss
88
- // main.scss
89
- @use ' vuetify' with (
90
- $color-pack : false,
91
- $utilities : false,
92
- );
93
- ```
94
-
95
72
### Remove all style imports
96
73
``` js
97
74
// vite.config.js
Original file line number Diff line number Diff line change @@ -95,32 +95,6 @@ export default createVuetify()
95
95
96
96
` settings.scss ` can be used in your own components to access vuetify's variables.
97
97
98
- ### Customising variables (old method)
99
- ``` js
100
- // webpack.config.js
101
- const { VuetifyPlugin } = require (' webpack-plugin-vuetify' )
102
-
103
- module .exports = {
104
- plugins: [
105
- new VuetifyPlugin ({ styles: ' expose' }),
106
- ],
107
- }
108
- ```
109
- ``` js
110
- // plugins/vuetify.js
111
- import ' ./main.scss'
112
- import { createVuetify } from ' vuetify'
113
-
114
- export default createVuetify ()
115
- ```
116
- ``` scss
117
- // main.scss
118
- @use ' vuetify' with (
119
- $color-pack : false,
120
- $utilities : false,
121
- );
122
- ```
123
-
124
98
### Remove all style imports
125
99
``` js
126
100
// webpack.config.js
You can’t perform that action at this time.
0 commit comments