summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/astro_file_with_css_comment/main.astro
blob: 1fa1a5c09f958075f0244584535e8464ffb2d37d (plain)
1
2
3
4
5
6
7
8
<style>
  /* 
      CSS 
  */
    body {
        font-family: 'Arial', sans-serif;
    }
</style>