We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4055902 commit 2f19316Copy full SHA for 2f19316
2 files changed
ChangeLog
@@ -249,3 +249,6 @@
249
250
4018 2023-03-04 Kevin Kamel <kamelkev@underprint.com>
251
* Apply path from Sunnavy related to retaining the order of CSS rules; addresses various unreported bugs
252
+
253
+4024 2024-03-13 Kevin Kamel <kamelkev@underprint.com>
254
+ * Apply patch from Sunnavy related to ignore style tag attributes with the ignore_style_type_attr arg
lib/CSS/Inliner.pm
@@ -2,7 +2,7 @@ package CSS::Inliner;
2
use strict;
3
use warnings;
4
5
-our $VERSION = '4018';
+our $VERSION = '4024';
6
7
use Carp;
8
use Encode;
0 commit comments