diff options
Diffstat (limited to 'test/fixtures/astro-styles-ssr/src/components/ReactModules.module.css')
-rw-r--r-- | test/fixtures/astro-styles-ssr/src/components/ReactModules.module.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/astro-styles-ssr/src/components/ReactModules.module.css b/test/fixtures/astro-styles-ssr/src/components/ReactModules.module.css new file mode 100644 index 000000000..465178859 --- /dev/null +++ b/test/fixtures/astro-styles-ssr/src/components/ReactModules.module.css @@ -0,0 +1,3 @@ +.title { + font-family: fantasy; +} |