Skip to content

Commit

Permalink
optimize the global css to only load once
Browse files Browse the repository at this point in the history
  • Loading branch information
codysherman committed Feb 18, 2020
1 parent 638d3db commit ead2ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,7 @@
@import @/assets/sass/_colors.sass
@import @/assets/sass/_variables.sass
@import ~frow
@import @/assets/sass/global.sass
</style>

<template lang="pug">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/sass/global-setup.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 2,4 @@
@import @/assets/sass/_colors.sass
@import @/assets/sass/_variables.sass
@import @/assets/sass/_mixins.sass
@import @/assets/sass/_animations.sass
@import @/assets/sass/global.sass
@import @/assets/sass/_animations.sass

0 comments on commit ead2ca4

Please sign in to comment.