xatriumcss 1.0.17 → 1.0.19

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/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "name": "xatriumcss",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Ultra-fast utility-first CSS framework",
5
5
  "main": "./src/index.js",
6
6
  "files": [
7
7
  "src/",
8
8
  "dist/",
9
9
  "bin/",
10
- "*.node",
11
- "index",
12
10
  "README.md",
13
11
  "LICENSE"
14
12
  ],
@@ -40,7 +38,8 @@
40
38
  "glob": "^10.5.0"
41
39
  },
42
40
  "devDependencies": {
43
- "@napi-rs/cli": "^2.18.0"
41
+ "@napi-rs/cli": "^2.18.0",
42
+ "@tailwindcss/oxide": "^4.1.18"
44
43
  },
45
44
  "license": "MIT"
46
45
  }
package/src/parser.js CHANGED
@@ -15085,7 +15085,7 @@ function _parseClassInternal(cls, isFromGrouped = false, needed, isGlobal) {
15085
15085
  ];
15086
15086
  }
15087
15087
 
15088
- return buildParsed(null)
15088
+ return buildParsed(prop,value)
15089
15089
  }
15090
15090
  }
15091
15091
 
Binary file