summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/styling.md
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-11-22 22:27:25 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-11-22 22:27:25 +0000
commitdf4671788c35e01c238a10b39df70c812828a19a (patch)
tree3a58a27326d525f2db0bce524a9ccd6d80d1b3c2 /docs/src/pages/guides/styling.md
parent12670561816b514a1684ffd9ee63cb962bcbc905 (diff)
downloadastro-df4671788c35e01c238a10b39df70c812828a19a.tar.gz
astro-df4671788c35e01c238a10b39df70c812828a19a.tar.zst
astro-df4671788c35e01c238a10b39df70c812828a19a.zip
[ci] yarn format
Diffstat (limited to '')
-rw-r--r--docs/src/pages/guides/styling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md
index 129114235..595804d03 100644
--- a/docs/src/pages/guides/styling.md
+++ b/docs/src/pages/guides/styling.md
@@ -227,7 +227,7 @@ module.exports = {
plugins: {
tailwindcss: {},
},
-}
+};
```
Now you're ready to write Tailwind! Our recommended approach is to create a `src/styles/global.css` file (or whatever you‘d like to name your global stylesheet) with [Tailwind utilities][tailwind-utilities] like so: