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 ea1c31e commit 9f8d380Copy full SHA for 9f8d380
template/client/App.vue
@@ -24,4 +24,5 @@ export default {
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}}
28
</style>
0 commit comments