We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8d380 commit 5cc2c97Copy full SHA for 5cc2c97
template/client/App.vue
@@ -23,6 +23,5 @@ export default {
23
</script>
24
25
<style {{#extended}}lang="scss"{{else}}lang="css"{{/extended}}>
26
- {{#extended}}@import "style/app.scss";{{/extended}}
27
- {{#unless extended}}h1 { font-size: 2rem; }{{/unless}}
+{{#extended}}@import "style/app.scss";{{/extended}}{{#unless extended}}h1 { font-size: 2rem; }{{/unless}}
28
</style>
0 commit comments