Removed all old SASS color variables.
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
||||
|
||||
.tile {
|
||||
height: 6rem;
|
||||
background: $tile;
|
||||
background: var(--tile);
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user