xatriumcss 1.0.26 → 1.0.27

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/package.json +1 -1
  2. package/src/parser.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xatriumcss",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Ultra-fast utility-first CSS framework",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/parser.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import fs from 'fs';
2
2
  import { glob } from 'glob';
3
- import collectClasses from './collectClasses.js';
3
+ import { collectClasses } from './src/collectClasses.js';
4
4
 
5
5
  // --- 1. Fill this array with all your CSS properties ---
6
6
  const allCSSProperties = [