/ Fixed scss links and a v-if bug

This commit is contained in:
Alexis
2021-03-28 19:01:45 +02:00
parent ddc36047fe
commit 38e626aa22
2 changed files with 19 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ $danger: $red;
$primary: $space-blue-700;
$primary-light: $space-blue-600;
$primary-xlight: $space-blue-500;
$primary-xxlight: $space-blue-300;
$heading-font-family: 'Poppins', serif;
$body-font-family: 'Open Sans', sans-serif;