Skip to content

Commit

Permalink
Genuary: Remove .tall, .wide, .big
Browse files Browse the repository at this point in the history
```
  121:3  error  Unused CSS selector ".grid-inner-wrapper .wide"(css-unused-selector)  svelte/valid-compile
  125:3  error  Unused CSS selector ".grid-inner-wrapper .tall"(css-unused-selector)  svelte/valid-compile
  129:3  error  Unused CSS selector ".grid-inner-wrapper .big"(css-unused-selector)   svelte/valid-compile
```
  • Loading branch information
EthanThatOneKid committed Jul 24, 2023
1 parent a725dec commit 65e3c0e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/routes/(site)/genuary/collage.svelte
Expand Up @@ -118,19 +118,6 @@
grid-auto-flow: dense;
}
.grid-inner-wrapper .wide {
grid-column: span 2;
}
.grid-inner-wrapper .tall {
grid-row: span 2;
}
.grid-inner-wrapper .big {
grid-column: span 2;
grid-row: span 2;
}
.closer-container {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 65e3c0e

Please sign in to comment.