@unocss/preset-typography 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
@@ -210,7 +210,7 @@ function presetTypography(options) {
210
210
  return {
211
211
  name: "@unocss/preset-typography",
212
212
  enforce: "post",
213
- layers: { typography: -1 },
213
+ layers: { typography: -20 },
214
214
  rules: [
215
215
  [
216
216
  selectorNameRE,
package/dist/index.mjs CHANGED
@@ -206,7 +206,7 @@ function presetTypography(options) {
206
206
  return {
207
207
  name: "@unocss/preset-typography",
208
208
  enforce: "post",
209
- layers: { typography: -1 },
209
+ layers: { typography: -20 },
210
210
  rules: [
211
211
  [
212
212
  selectorNameRE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-typography",
3
- "version": "0.37.4",
3
+ "version": "0.38.0",
4
4
  "description": "Typography preset for UnoCSS",
5
5
  "author": "Jeff Yang",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@unocss/core": "0.37.4"
35
+ "@unocss/core": "0.38.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "unbuild",