summaryrefslogtreecommitdiff
path: root/examples/ssr/src/components/Container.astro
diff options
context:
space:
mode:
authorGravatar Marcus Otterström <github@otterstrom.dev> 2022-07-08 22:08:32 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-08 22:08:32 +0200
commit59e8c71786fd1c154904b3fefa7d26d88f4d92d2 (patch)
tree3a352e838b25a402c608913aeca21f471d75a826 /examples/ssr/src/components/Container.astro
parent1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc (diff)
downloadastro-59e8c71786fd1c154904b3fefa7d26d88f4d92d2.tar.gz
astro-59e8c71786fd1c154904b3fefa7d26d88f4d92d2.tar.zst
astro-59e8c71786fd1c154904b3fefa7d26d88f4d92d2.zip
Format astro files in examples (#3862)
Diffstat (limited to 'examples/ssr/src/components/Container.astro')
-rw-r--r--examples/ssr/src/components/Container.astro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ssr/src/components/Container.astro b/examples/ssr/src/components/Container.astro
index f982522b8..3576de90a 100644
--- a/examples/ssr/src/components/Container.astro
+++ b/examples/ssr/src/components/Container.astro
@@ -1,7 +1,8 @@
---
-const { tag = 'div' } = Astro.props;
+const { tag = "div" } = Astro.props;
const Tag = tag;
---
+
<style>
.container {
width: 1248px; /** TODO: responsive */