@unocss/core 0.35.3 → 0.37.0

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/dist/index.cjs CHANGED
@@ -392,6 +392,7 @@ function resolveShortcuts(shortcuts) {
392
392
  });
393
393
  }
394
394
  const defaultLayers = {
395
+ preflights: -100,
395
396
  shortcuts: -1,
396
397
  default: 0
397
398
  };
@@ -457,7 +458,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
457
458
  };
458
459
  }
459
460
 
460
- const version = "0.35.3";
461
+ const version = "0.37.0";
461
462
 
462
463
  class UnoGenerator {
463
464
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -388,6 +388,7 @@ function resolveShortcuts(shortcuts) {
388
388
  });
389
389
  }
390
390
  const defaultLayers = {
391
+ preflights: -100,
391
392
  shortcuts: -1,
392
393
  default: 0
393
394
  };
@@ -453,7 +454,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
453
454
  };
454
455
  }
455
456
 
456
- const version = "0.35.3";
457
+ const version = "0.37.0";
457
458
 
458
459
  class UnoGenerator {
459
460
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.35.3",
3
+ "version": "0.37.0",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",