diff options
Diffstat (limited to 'test/fixtures/astro-styles-ssr/src/components/VueScoped.vue')
-rw-r--r-- | test/fixtures/astro-styles-ssr/src/components/VueScoped.vue | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/fixtures/astro-styles-ssr/src/components/VueScoped.vue b/test/fixtures/astro-styles-ssr/src/components/VueScoped.vue deleted file mode 100644 index 0eee4dff1..000000000 --- a/test/fixtures/astro-styles-ssr/src/components/VueScoped.vue +++ /dev/null @@ -1,9 +0,0 @@ -<style scoped> -.vue-title { - font-family: cursive; -} -</style> - -<template> - <h1 id="vue-scoped" class="vue-title">Vue Scoped CSS</h1> -</template> |