Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Aug 17, 2019
1 parent dfb60ec commit e0af27b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/BaseLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export default {
bodyAttrs: {
class:
'flex flex-col justify-between min-h-screen bg-gray-lightest text-gray-800 leading-normal font-sans'
},
htmlAttrs: {
class: 'reset-box-sizing'
}
}
},
Expand Down Expand Up @@ -66,8 +63,7 @@ export default {
}
html {
box-sizing: border-box !important;
color: red;
box-sizing: border-box;
}
body {
Expand Down

0 comments on commit e0af27b

Please sign in to comment.