Trying to get modules to work
This commit is contained in:
@@ -26,7 +26,6 @@ div {
|
||||
width: var(--map-width);
|
||||
height: var(--map-height);
|
||||
background-image: url('images/land1.svg');
|
||||
background-size: 100% 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(var(--map-width-tiles), 1fr);
|
||||
grid-template-rows: repeat(var(--map-height-tiles), 1fr);
|
||||
|
||||
Reference in New Issue
Block a user