Move assets

This commit is contained in:
Shift
2023-01-03 08:25:58 +00:00
parent a3d4deae7d
commit 5b9471f838
71 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}