start project "move to typescript"

This commit is contained in:
geoffrey45
2022-03-14 21:05:58 +03:00
parent ead3a731ef
commit 33a9aa2c30
18 changed files with 48 additions and 41 deletions
+5
View File
@@ -35,6 +35,11 @@ $brown: rgb(172, 142, 104);
$indigo: rgb(94, 92, 230);
$teal: rgb(64, 200, 224);
// 60 30 10
$primary: $blue;
$accent: $indigo;
$cta: $red;
// media query mixins
@mixin phone-only {
@media (max-width: 599px) {