| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-23 | 579 Bytes | |
| v0.49.0 source code.tar.gz | 2025-12-23 | 84.4 kB | |
| v0.49.0 source code.zip | 2025-12-23 | 110.1 kB | |
| Totals: 3 Items | 195.1 kB | 0 | |
Features
- Add
@google-fontfunction to load Google font dynamically.css font-family: @google-font("Alfa Slab One"); - Support CSS At-rules like
@charset utf8. - Improve calc function to support more Math notation handling. ```css / js-like operator for ^ / 2**2
/ implicit multiplication / (2+3)4 ```
Fixes
- Fix
^operator calc order, from right to left. - Prevent CSS parsing issues in SVG, use CDATA for inline styles.
- Switch to
fit-contentfor width/height and usecontain: contentfor default.