Skip to content

Commit d110c0a

Browse files
committed
docs: update list of utilities
1 parent 3f61102 commit d110c0a

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

packages/docs/src/pages/en/features/sass-variables.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,24 +136,34 @@ Utility classes are a powerful feature of Vuetify, but they can also be unnecess
136136
"align-items": false,
137137
"align-self": false,
138138
"border-bottom": false,
139+
"border-current": false,
139140
"border-end": false,
140141
"border-opacity": false,
141142
"border-start": false,
142143
"border-style": false,
143144
"border-top": false,
144145
"border": false,
146+
"bottom": false,
147+
"cursor": false,
145148
"display": false,
149+
"fill-height": false,
146150
"flex-direction": false,
147151
"flex-grow": false,
148152
"flex-shrink": false,
149153
"flex-wrap": false,
150154
"flex": false,
151-
"float-ltr": false,
152-
"float-rtl": false,
155+
"float:ltr": false,
156+
"float:rtl": false,
153157
"float": false,
154158
"font-italic": false,
155159
"font-weight": false,
160+
"gap-column": false,
161+
"gap-row": false,
162+
"gap": false,
163+
"height-screen": false,
164+
"height": false,
156165
"justify-content": false,
166+
"left": false,
157167
"margin-bottom": false,
158168
"margin-end": false,
159169
"margin-left": false,
@@ -172,6 +182,7 @@ Utility classes are a powerful feature of Vuetify, but they can also be unnecess
172182
"negative-margin-x": false,
173183
"negative-margin-y": false,
174184
"negative-margin": false,
185+
"opacity": false,
175186
"order": false,
176187
"overflow-wrap": false,
177188
"overflow-x": false,
@@ -186,6 +197,8 @@ Utility classes are a powerful feature of Vuetify, but they can also be unnecess
186197
"padding-x": false,
187198
"padding-y": false,
188199
"padding": false,
200+
"position": false,
201+
"right": false,
189202
"rounded-bottom-end": false,
190203
"rounded-bottom-start": false,
191204
"rounded-bottom": false,
@@ -201,8 +214,10 @@ Utility classes are a powerful feature of Vuetify, but they can also be unnecess
201214
"text-opacity": false,
202215
"text-overflow": false,
203216
"text-transform": false,
217+
"top": false,
204218
"typography": false,
205219
"white-space": false,
220+
"width": false,
206221
),
207222
);
208223
```

0 commit comments

Comments
 (0)