Skip to content

Commit 5240d9d

Browse files
authored
Update App.vue
1 parent 240e8db commit 5240d9d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Vue_Full_Project/src/App.vue

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ export default {
88
}
99
</script>
1010

11-
<style>
12-
/* Import Font Awesome Icons Set */
11+
<style lang="scss">
12+
// Import Font Awesome Icons Set
1313
$fa-font-path: '~font-awesome/fonts/';
1414
@import '~font-awesome/css/font-awesome.min.css';
15-
/* Import Simple Line Icons Set */
15+
// Import Simple Line Icons Set
1616
$simple-line-font-path: '~simple-line-icons/fonts/';
1717
@import '~simple-line-icons/css/simple-line-icons.css';
18-
/* Import Bootstrap Vue Styles */
18+
// Import Bootstrap Vue Styles
1919
@import '~bootstrap-vue/dist/bootstrap-vue.css';
20-
</style>
21-
<style lang="scss">
2220
// Import Main styles for this application
2321
@import './scss/style';
2422
</style>

0 commit comments

Comments
 (0)