emily-css 1.2.8 → 1.2.9
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 +8 -0
- package/package.json +1 -1
- package/src/index.js +1890 -1886
- package/src/init.js +1011 -997
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to `emily-css` are documented here.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## v1.2.9 — May 2026
|
|
8
|
+
|
|
9
|
+
**Fix baseFontSize handling in emily-css init and generated CSS**
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- fix(init): persist baseFontSize and emit html font-size for non-default values
|
|
13
|
+
|
|
14
|
+
---
|
|
7
15
|
## v1.2.8 — May 2026
|
|
8
16
|
|
|
9
17
|
**feat(purge): add purge safelist support and keep semantic dark/light utilities**
|