MyIntervals / emogrifier

Converts CSS styles into inline style attributes in your HTML code.
https://www.myintervals.com/emogrifier.php
MIT License
911 stars 154 forks source link

[BUGFIX] Preserve case of CSS variable names #1332

Closed JakeQZ closed 2 months ago

JakeQZ commented 2 months ago

Unlike standard CSS properties, custom properties have case-sensitive names.

Relates to #1276.

Also ensure with type hints that property names (keys) in parsed declaration blocks cannot be empty strings.

coveralls commented 2 months ago

Coverage Status

coverage: 96.833% (-0.2%) from 97.03% when pulling 25455b61cf9a35379df9dbe4191a7736c3abf91b on bugfix/css-variable-case into f8504aac7aa088b7c4ed6f284bfbd8f7b36f080c on main.