css-inline v0.8.1 Release Notes
Release Date: 2022-04-01 // about 3 years ago-
๐ Fixed
- Not respecting specificity in case of inlining overlapping rules like
padding
andpadding-top
. #142
๐ Performance
- Pre-allocate more memory for output HTML to avoid resizing.
- Not respecting specificity in case of inlining overlapping rules like
Previous changes from v0.8.0
-
โ Added
- ๐
Separate
InlineError::MissingStyleSheet
error variant to improve debugging experience. #124
- ๐
Separate