From 87eb8028b93902da124e90b3bcbc47663bf395e6 Mon Sep 17 00:00:00 2001 From: "Jakub T. Jankiewicz" Date: Sun, 17 Dec 2023 19:04:10 +0100 Subject: [PATCH] Update styles to remove for Prism --- src/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index e95254b..e446096 100644 --- a/src/index.js +++ b/src/index.js @@ -25,7 +25,10 @@ const topLevelPropertiesToRemove = [ "MozHyphens", "msHyphens", "hyphens", - "fontFamily" + "fontFamily", + "WebkitBoxSizing", + "MozBoxSizing", + "boxSizing" ]; function generateNewStylesheet({ stylesheet, highlighter }) {