Migracja projektu z React na Vue

This commit is contained in:
2020-07-04 22:20:31 +02:00
parent 539688c699
commit f42fa79a1e
6 changed files with 674 additions and 56 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
@mixin midScreen() {
@media only screen and (min-width: 850px) {
@mixin smallScreen() {
@media only screen and (max-width: 850px) {
@content;
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
$primaryCol: #333;
$secondaryCol: #fdad17;
$secondaryCol: #01e733;
$bgCol: #525252;