diff options
author | 2021-03-26 13:26:36 -0600 | |
---|---|---|
committer | 2021-03-26 13:26:36 -0600 | |
commit | c7b03776eee9631aa02f106e3af307fb354d753c (patch) | |
tree | d8966ab68dafda59163406e771f2df548c5719f3 /examples | |
parent | 3ddd3594f0afa613c75e7f9cf5e373a6d0269d18 (diff) | |
download | astro-c7b03776eee9631aa02f106e3af307fb354d753c.tar.gz astro-c7b03776eee9631aa02f106e3af307fb354d753c.tar.zst astro-c7b03776eee9631aa02f106e3af307fb354d753c.zip |
Fix JSX CSS Modules classes (#31)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/snowpack/astro/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/snowpack/astro/pages/index.astro b/examples/snowpack/astro/pages/index.astro index 48ffa1c89..31dba0f51 100644 --- a/examples/snowpack/astro/pages/index.astro +++ b/examples/snowpack/astro/pages/index.astro @@ -78,7 +78,7 @@ let description = 'Snowpack is a lightning-fast frontend build tool, designed fo </a> <div class="content markdown-body feature-list"> - <div class="top"> + <div class={'t' + 'o' + 'p'}> <h2 id="what-is-snowpack%3F">What is Snowpack?</h2> <p> <strong>Snowpack is a lightning-fast frontend build tool, designed |