Changed CSS to SASS

Facilitating work on the project with the use of css styles.
It allows you to implement functions from other packages, e.g. bootstrap.
This commit is contained in:
Kamil Niemczycki 2021-04-25 20:38:50 +02:00
parent dec4e5383c
commit 4f9ad0d3fa

View File

@ -2,7 +2,7 @@ import Vue from 'vue'
import App from './App.vue'
import router from './router'
import 'bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css'
import 'bootstrap/scss/bootstrap.scss'
Vue.config.productionTip = false