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