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:
parent
dec4e5383c
commit
4f9ad0d3fa
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user