@feedmepos/merge-css 1.0.0-uat.20250822.71952 → 1.0.0-uat.20250825.101146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +5 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -7883,6 +7883,11 @@ video {
|
|
|
7883
7883
|
color: rgb(64 64 64 / var(--tw-text-opacity, 1));
|
|
7884
7884
|
}
|
|
7885
7885
|
|
|
7886
|
+
.text-red-500 {
|
|
7887
|
+
--tw-text-opacity: 1;
|
|
7888
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
7889
|
+
}
|
|
7890
|
+
|
|
7886
7891
|
.text-red-600 {
|
|
7887
7892
|
--tw-text-opacity: 1;
|
|
7888
7893
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|