refac: bootstrap.scss 분리 후 별도 빌드

This commit is contained in:
2022-07-27 21:44:24 +09:00
parent 66d6bbc772
commit 155af45378
32 changed files with 65 additions and 83 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ onMounted(async () => {
</script>
<style lang="scss">
@import "@/../scss/common/bootstrap5.scss";
@import "@scss/common/base.scss";
@include media-1000px {
#container {
width: 700px;
-1
View File
@@ -94,7 +94,6 @@ declare const staticValues: {
};
</script>
<script lang="ts" setup>
import "@scss/common/bootstrap5.scss";
import "@scss/game_bg.scss";
import "../../css/config.css";
-1
View File
@@ -254,7 +254,6 @@ declare const staticValues: {
</script>
<script lang="ts" setup>
import { reactive, ref } from "vue";
import "@scss/common/bootstrap5.scss";
import "@scss/game_bg.scss";
import TopBackBar from "@/components/TopBackBar.vue";
import _ from "lodash";
+1 -2
View File
@@ -272,7 +272,6 @@ declare const staticValues: {
};
</script>
<script lang="ts" setup>
import "@scss/common/bootstrap5.scss";
import "@scss/game_bg.scss";
import TopBackBar from "@/components/TopBackBar.vue";
@@ -538,7 +537,7 @@ watch(inheritTurnTimeSecond, (newValue: number) => {
});
</script>
<style lang="scss">
@import "@scss/common/bootstrap5.scss";
@import "@scss/common/base.scss";
@import "@scss/editor_component.scss";
#container {
-1
View File
@@ -385,7 +385,6 @@ declare const staticValues: {
};
</script>
<script setup lang="ts">
import "@scss/common/bootstrap5.scss";
import "@scss/game_bg.scss";
import { ref } from "vue";
-1
View File
@@ -326,7 +326,6 @@
</template>
<script lang="ts" setup>
//import "@scss/common/bootstrap5.scss";
import { onBeforeUnmount, onMounted, ref, watch } from "vue";
import { Editor, EditorContent, BubbleMenu } from "@tiptap/vue-3";
import { FontSize } from "@/tiptap-ext/FontSize";
+1 -1
View File
@@ -1,3 +1,3 @@
import 'bootstrap';
import "@scss/common/bootstrap5.scss";
import "@scss/bootstrap.scss";
-2
View File
@@ -1,5 +1,3 @@
import "@scss/common/bootstrap5.scss";
import { createApp } from 'vue'
import NPCControl from '@/PageNPCControl.vue';
import { BootstrapVue3, BToastPlugin } from 'bootstrap-vue-3'
-2
View File
@@ -1,5 +1,3 @@
import "@scss/common/bootstrap5.scss";
import { createApp } from 'vue'
import PageInheritPoint from '@/PageInheritPoint.vue';
import BootstrapVue3 from 'bootstrap-vue-3'