Move to SASS

This commit is contained in:
Robert Marshall 2020-03-23 21:01:32 +00:00
parent 3ab7ab54b4
commit 47c7cf1aa4
11 changed files with 1136 additions and 562 deletions

View file

@ -0,0 +1,23 @@
@import "material_colours.scss";
$background:$Grey-50;
$primary-100:$Red-100;
$primary-200:$Red-200;
$primary-300:$Red-300;
$primary-400:$Red-400;
$primary-500:$Red-500;
$primary-600:$Red-600;
$primary-700:$Red-700;
$primary-800:$Red-800;
$primary-900:$Red-900;
$accent-100:$Teal-100;
$accent-200:$Teal-200;
$accent-400:$Teal-400;
$accent-700:$Teal-700;
$primary:$primary-600;
$accent:$accent-400;
$control:$Grey-200;
$control2:$Grey-300;