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); }