From c3d53cfc10ede3f0b06e931096d4980f417d59c0 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 22 Feb 2023 14:51:16 -0500 Subject: [PATCH] Remove old comments --- themes/V3/Blank/style.less | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index b9f153be6..9efa7c0b7 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -321,22 +321,7 @@ rotate(calc(-1deg * var(--rotation))) translateX(calc(-1 * var(--offsetX))) translateY(calc(1 * var(--offsetY))); - } - // &.bottom { - // --rotation : 0; - // } - // &.top { - // --rotation : 0; - // --scaleY : -1; - // } - // &.left { - // --rotation : 0; - // } - // &.right { - // --rotation : 0; - // --scaleX : -1; - // } } .imageMaskCorner1 { --wc : url(/assets/waterColorMasks/corner/0001.webp); }