break down global.scss into smaller files

+ rename css folder to scss
This commit is contained in:
geoffrey45
2022-08-02 12:05:59 +03:00
parent c2783fe540
commit b070601d4d
40 changed files with 412 additions and 498 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="home">
<div class="home t-center">
<home />
</div>
</template>
@@ -10,6 +10,5 @@ import Home from "@/components/Home.vue";
<style>
.home {
padding-left: 20px;
text-align: center;
}
</style>