0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +00:00

Remove old comments

This commit is contained in:
Trevor Buckner
2023-02-22 14:51:16 -05:00
parent 90d5ac4603
commit c3d53cfc10

View File

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