@dargmuesli/nuxt-vio 17.0.0-beta.2 → 17.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,8 @@
13
13
 
14
14
  @plugin "@tailwindcss/typography";
15
15
 
16
+ @custom-variant dark (&:where(.dark, .dark *));
17
+
16
18
  @theme {
17
19
  --animate-shake: shake 0.6s ease-in-out 0s 1 normal forwards running;
18
20
 
package/nuxt.config.ts CHANGED
@@ -25,7 +25,7 @@ export default defineNuxtConfig(
25
25
  },
26
26
  },
27
27
  compatibilityDate: '2024-04-03',
28
- css: ['./assets/css/tailwind.css'],
28
+ css: ['./assets/css/vio.css'],
29
29
  ...(process.env.NUXT_PUBLIC_SITE_URL
30
30
  ? {}
31
31
  : {
package/package.json CHANGED
@@ -117,5 +117,5 @@
117
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
118
  },
119
119
  "type": "module",
120
- "version": "17.0.0-beta.2"
120
+ "version": "17.0.0-beta.4"
121
121
  }