Closed JakeQZ closed 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.
coverage: 96.833% (-0.2%) from 97.03% when pulling 25455b61cf9a35379df9dbe4191a7736c3abf91b on bugfix/css-variable-case into f8504aac7aa088b7c4ed6f284bfbd8f7b36f080c on main.
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.