Removed all old SASS color variables.

This commit is contained in:
2020-07-05 04:27:46 +02:00
parent f4ef2d4cc2
commit e4144409f0
12 changed files with 90 additions and 126 deletions

View File

@@ -50,7 +50,7 @@ export default {
.tile {
height: 6rem;
background: $tile;
background: var(--tile);
display: flex;
flex-shrink: 0;
justify-content: center;