@feedmepos/merge-css 1.0.0-uat.20250923.54330 → 1.0.0-uat.20250926.121233

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 +9 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -7882,6 +7882,11 @@ video {
7882
7882
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
7883
7883
  }
7884
7884
 
7885
+ .text-neutral-600 {
7886
+ --tw-text-opacity: 1;
7887
+ color: rgb(82 82 82 / var(--tw-text-opacity, 1));
7888
+ }
7889
+
7885
7890
  .text-neutral-700 {
7886
7891
  --tw-text-opacity: 1;
7887
7892
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
@@ -10323,6 +10328,10 @@ video {
10323
10328
  }
10324
10329
 
10325
10330
  @media (min-width: 960px) and (max-width: 1247px) {
10331
+ .md\:col-span-2 {
10332
+ grid-column: span 2 / span 2;
10333
+ }
10334
+
10326
10335
  .md\:hidden {
10327
10336
  display: none;
10328
10337
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/merge-css",
3
- "version": "1.0.0-uat.20250923.54330",
3
+ "version": "1.0.0-uat.20250926.121233",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "dist"