diff options
author | 2021-11-22 22:27:25 +0000 | |
---|---|---|
committer | 2021-11-22 22:27:25 +0000 | |
commit | df4671788c35e01c238a10b39df70c812828a19a (patch) | |
tree | 3a58a27326d525f2db0bce524a9ccd6d80d1b3c2 /docs/src | |
parent | 12670561816b514a1684ffd9ee63cb962bcbc905 (diff) | |
download | astro-df4671788c35e01c238a10b39df70c812828a19a.tar.gz astro-df4671788c35e01c238a10b39df70c812828a19a.tar.zst astro-df4671788c35e01c238a10b39df70c812828a19a.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/guides/styling.md | 2 |
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: |