summaryrefslogtreecommitdiff
path: root/test/fixtures/astro-styles-ssr/src/components/VueModules.vue
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/astro-styles-ssr/src/components/VueModules.vue')
-rw-r--r--test/fixtures/astro-styles-ssr/src/components/VueModules.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/fixtures/astro-styles-ssr/src/components/VueModules.vue b/test/fixtures/astro-styles-ssr/src/components/VueModules.vue
deleted file mode 100644
index bd520fec4..000000000
--- a/test/fixtures/astro-styles-ssr/src/components/VueModules.vue
+++ /dev/null
@@ -1,9 +0,0 @@
-<style module>
-.title {
- font-family: cursive;
-}
-</style>
-
-<template>
- <h1 id="vue-modules" :class="$style.title">Vue CSS Modules</h1>
-</template>