@dargmuesli/nuxt-vio 3.0.0-beta.20 → 3.0.0-beta.21
Sign up to get free protection for your applications and to get access to all the features.
package/assets/css/tailwind.css
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
/* doiuse-enable css-cascade-layers */
|
34
34
|
.vio-prose {
|
35
35
|
/* doiuse-disable css-nesting */
|
36
|
-
@apply prose prose-sm
|
36
|
+
@apply prose prose-sm dark:prose-invert sm:prose-base lg:prose-lg xl:prose-xl; /* 2xl:prose-2xl */ /* doiuse-enable css-nesting */
|
37
37
|
}
|
38
38
|
|
39
39
|
.vio-prose-fullwidth {
|