summaryrefslogtreecommitdiff
path: root/test/fixtures/astro-styles-ssr/src/components/VueCSS.vue
blob: 23ac9a291991e0dbd39c3e8f52614ed312551a73 (plain) (blame)
1
2
3
4
5
6
7
8
9
<style>
.vue-title {
  font-family: cursive;
}
</style>

<template>
  <h1 id="vue-css" class="vue-title">Vue Global CSS</h1>
</template>