mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 04:52:40 +00:00
Remove old comments
This commit is contained in:
@@ -321,22 +321,7 @@
|
|||||||
rotate(calc(-1deg * var(--rotation)))
|
rotate(calc(-1deg * var(--rotation)))
|
||||||
translateX(calc(-1 * var(--offsetX)))
|
translateX(calc(-1 * var(--offsetX)))
|
||||||
translateY(calc(1 * var(--offsetY)));
|
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); }
|
.imageMaskCorner1 { --wc : url(/assets/waterColorMasks/corner/0001.webp); }
|
||||||
|
|||||||
Reference in New Issue
Block a user