Skip to content

Commit aea56cb

Browse files
committed
refactor: scss import path
1 parent 8ddeae0 commit aea56cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ export default {
2222
/* Import Bootstrap Vue Styles */
2323
@import '../node_modules/bootstrap-vue/dist/bootstrap-vue.css';
2424
// Import Main styles for this application
25-
@import '../scss/style';
26-
/*@import './assets/scss/style';*/
25+
@import 'assets/scss/style';
2726
</style>

0 commit comments

Comments
 (0)