@feedmepos/merge-css 1.0.0-uat.20250926.154143 → 1.0.0-uat.20250926.15736

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.
Files changed (2) hide show
  1. package/dist/style.css +0 -13
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2030,10 +2030,6 @@ video {
2030
2030
  max-height: 549px;
2031
2031
  }
2032
2032
 
2033
- .max-h-\[60vh\] {
2034
- max-height: 60vh;
2035
- }
2036
-
2037
2033
  .max-h-\[64px\] {
2038
2034
  max-height: 64px;
2039
2035
  }
@@ -7886,11 +7882,6 @@ video {
7886
7882
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
7887
7883
  }
7888
7884
 
7889
- .text-neutral-600 {
7890
- --tw-text-opacity: 1;
7891
- color: rgb(82 82 82 / var(--tw-text-opacity, 1));
7892
- }
7893
-
7894
7885
  .text-neutral-700 {
7895
7886
  --tw-text-opacity: 1;
7896
7887
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
@@ -10332,10 +10323,6 @@ video {
10332
10323
  }
10333
10324
 
10334
10325
  @media (min-width: 960px) and (max-width: 1247px) {
10335
- .md\:col-span-2 {
10336
- grid-column: span 2 / span 2;
10337
- }
10338
-
10339
10326
  .md\:hidden {
10340
10327
  display: none;
10341
10328
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/merge-css",
3
- "version": "1.0.0-uat.20250926.154143",
3
+ "version": "1.0.0-uat.20250926.15736",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "dist"