starting point of vue app

This commit is contained in:
2020-02-13 17:07:35 +01:00
parent a7180743fd
commit 206d3f769b
261 changed files with 44621 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
$base_font_size:16px;
// grid
$default_gap: 1em;
$default_sum: 12; // total number of columns
$small-bp:768px;
$med-bp:1080px;
$large-bp:1900px;