summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/astro_file_with_css_comment/main.astro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/fmt/astro_file_with_css_comment/main.astro')
-rw-r--r--tests/specs/fmt/astro_file_with_css_comment/main.astro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/specs/fmt/astro_file_with_css_comment/main.astro b/tests/specs/fmt/astro_file_with_css_comment/main.astro
new file mode 100644
index 000000000..1fa1a5c09
--- /dev/null
+++ b/tests/specs/fmt/astro_file_with_css_comment/main.astro
@@ -0,0 +1,8 @@
+<style>
+ /*
+ CSS
+ */
+ body {
+ font-family: 'Arial', sans-serif;
+ }
+</style> \ No newline at end of file