summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-08-23 21:08:16 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-08-23 21:08:16 +0000
commit69272dc8d11e1128786b84ff3e4dedb91676d092 (patch)
tree27229bae82503578cd3ddacc6ef6c31cc9bbc24b /examples/with-tailwindcss
parentf9cd031033d03a5f22b4a1272bbe97f92b845ef7 (diff)
downloadastro-69272dc8d11e1128786b84ff3e4dedb91676d092.tar.gz
astro-69272dc8d11e1128786b84ff3e4dedb91676d092.tar.zst
astro-69272dc8d11e1128786b84ff3e4dedb91676d092.zip
[ci] yarn format
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r--examples/with-tailwindcss/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/astro.config.mjs b/examples/with-tailwindcss/astro.config.mjs
index e94cfab62..878577d74 100644
--- a/examples/with-tailwindcss/astro.config.mjs
+++ b/examples/with-tailwindcss/astro.config.mjs
@@ -10,7 +10,7 @@
export default /** @type {import('astro').AstroUserConfig} */ ({
// Enable Tailwind by telling Astro where your Tailwind config file lives.
devOptions: {
- tailwindConfig: './tailwind.config.js',
+ tailwindConfig: './tailwind.config.js',
},
// Enable the Preact renderer to support Preact JSX components.
renderers: ['@astrojs/renderer-preact'],