From 911ad108d240becfb83b085c78de99d49b030996 Mon Sep 17 00:00:00 2001 From: ptrxyz Date: Sat, 18 Mar 2023 01:59:04 +0100 Subject: [PATCH] Fixes #339 --- src/lib/elements.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elements.ts b/src/lib/elements.ts index 43db9831..5b5a5ca1 100644 --- a/src/lib/elements.ts +++ b/src/lib/elements.ts @@ -62,4 +62,6 @@ export const formattableAttributes: string[] = [ // None at the moment // Prettier HTML does not format attributes at all // and to be consistent we leave this array empty for now + + "class" ];