From eac0d59cb82aa212ad0745e25f19bd7a143706d3 Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 15 Mar 2019 20:16:00 +0100 Subject: [PATCH] chore(svg): Fix post-processor removing some attribute from svg --- .htmlnanorc | 3 +++ .posthtmlrc | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .htmlnanorc create mode 100644 .posthtmlrc diff --git a/.htmlnanorc b/.htmlnanorc new file mode 100644 index 0000000..d740cf3 --- /dev/null +++ b/.htmlnanorc @@ -0,0 +1,3 @@ +{ + "minifySvg": false +} diff --git a/.posthtmlrc b/.posthtmlrc new file mode 100644 index 0000000..a87fd2b --- /dev/null +++ b/.posthtmlrc @@ -0,0 +1,4 @@ +{ + "recognizeSelfClosing": true, + "lowerCaseAttributeNames": false +}