Skip to content

Commit

Permalink
fix(App): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed May 15, 2018
1 parent 9f8d380 commit 5cc2c97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/client/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ export default {
</script>

<style {{#extended}}lang="scss"{{else}}lang="css"{{/extended}}>
{{#extended}}@import "style/app.scss";{{/extended}}
{{#unless extended}}h1 { font-size: 2rem; }{{/unless}}
{{#extended}}@import "style/app.scss";{{/extended}}{{#unless extended}}h1 { font-size: 2rem; }{{/unless}}
</style>

0 comments on commit 5cc2c97

Please sign in to comment.