@feedmepos/merge-css 1.0.0-uat.20250911.82422 → 1.0.0-uat.20250912.61839

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 +4 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1380,6 +1380,10 @@ video {
1380
1380
  margin-left: 0.5rem;
1381
1381
  }
1382
1382
 
1383
+ .ml-24 {
1384
+ margin-left: 24px;
1385
+ }
1386
+
1383
1387
  .ml-3 {
1384
1388
  margin-left: 0.75rem;
1385
1389
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/merge-css",
3
- "version": "1.0.0-uat.20250911.82422",
3
+ "version": "1.0.0-uat.20250912.61839",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "dist"