@seyuna/postcss 1.0.0-canary.35 → 1.0.0-canary.36

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.0.0-canary.36](https://github.com/seyuna-corp/seyuna-postcss/compare/v1.0.0-canary.35...v1.0.0-canary.36) (2026-01-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update default line-height to 1.5 in global reset ([21e7229](https://github.com/seyuna-corp/seyuna-postcss/commit/21e7229cf2bb75822d9d9710a078237fff581875))
7
+
1
8
  # [1.0.0-canary.35](https://github.com/seyuna-corp/seyuna-postcss/compare/v1.0.0-canary.34...v1.0.0-canary.35) (2026-01-22)
2
9
 
3
10
 
@@ -10,7 +10,7 @@
10
10
  box-sizing: border-box;
11
11
  margin: 0;
12
12
  padding: 0;
13
- line-height: 2;
13
+ line-height: 1.5;
14
14
  font-family: inherit;
15
15
  }
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seyuna/postcss",
3
- "version": "1.0.0-canary.35",
3
+ "version": "1.0.0-canary.36",
4
4
  "description": "Seyuna UI's postcss plugin",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  box-sizing: border-box;
11
11
  margin: 0;
12
12
  padding: 0;
13
- line-height: 2;
13
+ line-height: 1.5;
14
14
  font-family: inherit;
15
15
  }
16
16