@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "10.2.4",
3
+ "version": "11.0.0-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -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
  ],