refactor: scss import path

This commit is contained in:
xidedix
2018-05-25 17:55:14 +02:00
parent 0e1582650e
commit fbe58084ca
+1 -2
View File
@@ -22,6 +22,5 @@ export default {
/* Import Bootstrap Vue Styles */ /* Import Bootstrap Vue Styles */
@import '../node_modules/bootstrap-vue/dist/bootstrap-vue.css'; @import '../node_modules/bootstrap-vue/dist/bootstrap-vue.css';
// Import Main styles for this application // Import Main styles for this application
@import '../scss/style'; @import 'assets/scss/style';
/*@import './assets/scss/style';*/
</style> </style>