Add missing semi-colon

This commit is contained in:
Robert Marshall 2020-04-03 15:34:00 +01:00
parent 813a4038b3
commit 1b13e22bce

View file

@ -17,7 +17,7 @@ $accent-200:$Teal-200;
$accent-400:$Teal-400;
$accent-700:$Teal-700;
$primary: #e32c28 //$primary-600;
$primary: #e32c28; //$primary-600;
$accent:$accent-400;
$control:$Grey-200;
$control2:$Grey-300;