mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
These need to be quoted
Turns out they get interpreted as CSS colours if they're not.
This commit is contained in:
parent
c2bb7f3052
commit
37a512d8d4
@ -37,7 +37,7 @@ $selected-square-color: #66ff00;
|
||||
$square-outline-color: darken($black-square-color, 20%);
|
||||
$selected-outline-color: lighten($selected-square-color, 20%);
|
||||
|
||||
$colours: black white;
|
||||
$colours: "black" "white";
|
||||
$pieces: king queen bishop knight rook pawn;
|
||||
|
||||
.board {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user