@dargmuesli/nuxt-vio 10.2.4 → 11.0.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/tailwind.config.ts +0 -9
package/package.json
CHANGED
package/tailwind.config.ts
CHANGED
@@ -168,15 +168,6 @@ export default {
|
|
168
168
|
cursor: theme('cursor.not-allowed'),
|
169
169
|
opacity: theme('opacity.50'),
|
170
170
|
},
|
171
|
-
'.max-w-xxs': {
|
172
|
-
maxWidth: '15rem',
|
173
|
-
},
|
174
|
-
'.min-w-xxs': {
|
175
|
-
minWidth: '15rem',
|
176
|
-
},
|
177
|
-
'.mb-20vh': {
|
178
|
-
marginBottom: '20vh',
|
179
|
-
},
|
180
171
|
})
|
181
172
|
},
|
182
173
|
],
|