Remove unused tweaking classes

This commit is contained in:
Lea Verou
2025-03-16 18:06:23 -04:00
parent c442e52c63
commit fd6e7e19f0

View File

@@ -17,10 +17,6 @@
<div
:class="{
seeded: isSeeded,
tweaking: tweaking.chromaScale,
'tweaking-chroma': tweaking.chromaScale,
'tweaking-hue': tweaking.chromaScale,
'tweaking-gray-chroma': tweaking.grayChroma,
'tweaked-chroma': tweaked?.chroma,
'tweaked-hue': tweaked?.hue,
'tweaked-any': Object.keys(tweaksHumanReadable).length,