public/avo-assets/avo.base.css in avo-3.2.2 vs public/avo-assets/avo.base.css in avo-3.2.3
- old
+ new
@@ -3624,11 +3624,11 @@
transform:translateY(-100%);
opacity:0;
transition:inherit
}
-/*! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
+/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -3657,13 +3657,15 @@
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
+7. Disable tap highlights on iOS
*/
-html {
+html,
+:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
/* 3 */
@@ -3673,10 +3675,12 @@
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
+ -webkit-tap-highlight-color: transparent;
+ /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
@@ -7244,10 +7248,15 @@
.aspect-video{
aspect-ratio:16 / 9
}
+.size-1{
+ width:0.25rem;
+ height:0.25rem
+}
+
.h-1{
height:0.25rem
}
.h-10{
@@ -7320,14 +7329,22 @@
.min-h-1\/4{
min-height:25%
}
+.min-h-14{
+ min-height:3.5rem
+}
+
.min-h-24{
min-height:6rem
}
+.min-h-6{
+ min-height:1.5rem
+}
+
.min-h-\[16rem\]{
min-height:16rem
}
.min-h-\[24rem\]{
@@ -7821,9 +7838,13 @@
white-space:nowrap
}
.whitespace-pre-line{
white-space:pre-line
+}
+
+.text-wrap{
+ text-wrap:wrap
}
.break-words{
overflow-wrap:break-word
}